Random Color Generator

#860417 Color

Color Codes
Hex Code #860417
RGB Code rgb(134, 04, 23)
HSL Code hsl(351, 94%, 27%)

#860417 Color Syntax

rgb()

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

 main {
    background-color: rgb(134, 04, 23);
   }

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, 94%, 27%);
  }

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

RGB Code Hex Code Preview
rgb(134, 04, 23, 10%) #8604171a  
rgb(134, 04, 23, 20%) #86041733  
rgb(134, 04, 23, 40%) #8604174C  
rgb(134, 04, 23, 60%) #86041799  
rgb(134, 04, 23, 80%) #860417CC  
rgb(134, 04, 23, 100%) #860417FF  

Saturated and desaturated colors of #860417

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

#860417 Color Usage In CSS

 body {
    color: #860417;
    }
 p {
    color: rgb(134, 04, 23);
    }
 header {
    border-bottom:1px solid #860417;
    }
Recent Random Colors