Random Color Generator

#b55361 Color

Color Codes
Hex Code #b55361
RGB Code rgb(181, 83, 97)
HSL Code hsl(351, 40%, 52%)

#b55361 Color Syntax

rgb()

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

 main {
    background-color: rgb(181, 83, 97);
   }

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(351, 40%, 52%);
  }

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

RGB Code Hex Code Preview
rgb(181, 83, 97, 10%) #b553611a  
rgb(181, 83, 97, 20%) #b5536133  
rgb(181, 83, 97, 40%) #b553614C  
rgb(181, 83, 97, 60%) #b5536199  
rgb(181, 83, 97, 80%) #b55361CC  
rgb(181, 83, 97, 100%) #b55361FF  

Saturated and desaturated colors of #b55361

HSL Code Preview
hsl(351, 10%, 52%)  
hsl(351, 20%, 52%)  
hsl(351, 40%, 52%)  
hsl(351, 60%, 52%)  
hsl(351, 80%, 52%)  
hsl(351, 100%, 52%)  

#b55361 Color Usage In CSS

 body {
    color: #b55361;
    }
 p {
    color: rgb(181, 83, 97);
    }
 header {
    border-bottom:1px solid #b55361;
    }
Recent Random Colors