Random Color Generator

#730108 Color

Color Codes
Hex Code #730108
RGB Code rgb(115, 01, 08)
HSL Code hsl(356, 98%, 23%)

#730108 Color Syntax

rgb()

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

 main {
    background-color: rgb(115, 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(356, 98%, 23%);
  }

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

RGB Code Hex Code Preview
rgb(115, 01, 08, 10%) #7301081a  
rgb(115, 01, 08, 20%) #73010833  
rgb(115, 01, 08, 40%) #7301084C  
rgb(115, 01, 08, 60%) #73010899  
rgb(115, 01, 08, 80%) #730108CC  
rgb(115, 01, 08, 100%) #730108FF  

Saturated and desaturated colors of #730108

HSL Code Preview
hsl(356, 10%, 23%)  
hsl(356, 20%, 23%)  
hsl(356, 40%, 23%)  
hsl(356, 60%, 23%)  
hsl(356, 80%, 23%)  
hsl(356, 100%, 23%)  

#730108 Color Usage In CSS

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