Random Color Generator

#863146 Color

Color Codes
Hex Code #863146
RGB Code rgb(134, 49, 70)
HSL Code hsl(345, 46%, 36%)

#863146 Color Syntax

rgb()

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

 main {
    background-color: rgb(134, 49, 70);
   }

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(345, 46%, 36%);
  }

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

RGB Code Hex Code Preview
rgb(134, 49, 70, 10%) #8631461a  
rgb(134, 49, 70, 20%) #86314633  
rgb(134, 49, 70, 40%) #8631464C  
rgb(134, 49, 70, 60%) #86314699  
rgb(134, 49, 70, 80%) #863146CC  
rgb(134, 49, 70, 100%) #863146FF  

Saturated and desaturated colors of #863146

HSL Code Preview
hsl(345, 10%, 36%)  
hsl(345, 20%, 36%)  
hsl(345, 40%, 36%)  
hsl(345, 60%, 36%)  
hsl(345, 80%, 36%)  
hsl(345, 100%, 36%)  

#863146 Color Usage In CSS

 body {
    color: #863146;
    }
 p {
    color: rgb(134, 49, 70);
    }
 header {
    border-bottom:1px solid #863146;
    }
Recent Random Colors