Random Color Generator

#530928 Color

Color Codes
Hex Code #530928
RGB Code rgb(83, 09, 40)
HSL Code hsl(335, 80%, 18%)

#530928 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(83, 09, 40);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(335, 80%, 18%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #530928

RGB Code Hex Code Preview
rgb(83, 09, 40, 10%) #5309281a  
rgb(83, 09, 40, 20%) #53092833  
rgb(83, 09, 40, 40%) #5309284C  
rgb(83, 09, 40, 60%) #53092899  
rgb(83, 09, 40, 80%) #530928CC  
rgb(83, 09, 40, 100%) #530928FF  

Saturated and desaturated colors of #530928

HSL Code Preview
hsl(335, 10%, 18%)  
hsl(335, 20%, 18%)  
hsl(335, 40%, 18%)  
hsl(335, 60%, 18%)  
hsl(335, 80%, 18%)  
hsl(335, 100%, 18%)  

#530928 Color Usage In CSS

 body {
    color: #530928;
    }
 p {
    color: rgb(83, 09, 40);
    }
 header {
    border-bottom:1px solid #530928;
    }
Recent Random Colors