Random Color Generator

#532830 Color

Color Codes
Hex Code #532830
RGB Code rgb(83, 40, 48)
HSL Code hsl(349, 35%, 24%)

#532830 Color Syntax

rgb()

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

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

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(349, 35%, 24%);
  }

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 #532830

RGB Code Hex Code Preview
rgb(83, 40, 48, 10%) #5328301a  
rgb(83, 40, 48, 20%) #53283033  
rgb(83, 40, 48, 40%) #5328304C  
rgb(83, 40, 48, 60%) #53283099  
rgb(83, 40, 48, 80%) #532830CC  
rgb(83, 40, 48, 100%) #532830FF  

Saturated and desaturated colors of #532830

HSL Code Preview
hsl(349, 10%, 24%)  
hsl(349, 20%, 24%)  
hsl(349, 40%, 24%)  
hsl(349, 60%, 24%)  
hsl(349, 80%, 24%)  
hsl(349, 100%, 24%)  

#532830 Color Usage In CSS

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