Random Color Generator

#560108 Color

Color Codes
Hex Code #560108
RGB Code rgb(86, 01, 08)
HSL Code hsl(355, 98%, 17%)

#560108 Color Syntax

rgb()

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

 main {
    background-color: rgb(86, 01, 08);
   }

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(355, 98%, 17%);
  }

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

RGB Code Hex Code Preview
rgb(86, 01, 08, 10%) #5601081a  
rgb(86, 01, 08, 20%) #56010833  
rgb(86, 01, 08, 40%) #5601084C  
rgb(86, 01, 08, 60%) #56010899  
rgb(86, 01, 08, 80%) #560108CC  
rgb(86, 01, 08, 100%) #560108FF  

Saturated and desaturated colors of #560108

HSL Code Preview
hsl(355, 10%, 17%)  
hsl(355, 20%, 17%)  
hsl(355, 40%, 17%)  
hsl(355, 60%, 17%)  
hsl(355, 80%, 17%)  
hsl(355, 100%, 17%)  

#560108 Color Usage In CSS

 body {
    color: #560108;
    }
 p {
    color: rgb(86, 01, 08);
    }
 header {
    border-bottom:1px solid #560108;
    }
Recent Random Colors