Random Color Generator

#812945 Color

Color Codes
Hex Code #812945
RGB Code rgb(129, 41, 69)
HSL Code hsl(341, 52%, 33%)

#812945 Color Syntax

rgb()

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

 main {
    background-color: rgb(129, 41, 69);
   }

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(341, 52%, 33%);
  }

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

RGB Code Hex Code Preview
rgb(129, 41, 69, 10%) #8129451a  
rgb(129, 41, 69, 20%) #81294533  
rgb(129, 41, 69, 40%) #8129454C  
rgb(129, 41, 69, 60%) #81294599  
rgb(129, 41, 69, 80%) #812945CC  
rgb(129, 41, 69, 100%) #812945FF  

Saturated and desaturated colors of #812945

HSL Code Preview
hsl(341, 10%, 33%)  
hsl(341, 20%, 33%)  
hsl(341, 40%, 33%)  
hsl(341, 60%, 33%)  
hsl(341, 80%, 33%)  
hsl(341, 100%, 33%)  

#812945 Color Usage In CSS

 body {
    color: #812945;
    }
 p {
    color: rgb(129, 41, 69);
    }
 header {
    border-bottom:1px solid #812945;
    }
Recent Random Colors