Random Color Generator

#b32744 Color

Color Codes
Hex Code #b32744
RGB Code rgb(179, 39, 68)
HSL Code hsl(348, 64%, 43%)

#b32744 Color Syntax

rgb()

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

 main {
    background-color: rgb(179, 39, 68);
   }

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(348, 64%, 43%);
  }

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

RGB Code Hex Code Preview
rgb(179, 39, 68, 10%) #b327441a  
rgb(179, 39, 68, 20%) #b3274433  
rgb(179, 39, 68, 40%) #b327444C  
rgb(179, 39, 68, 60%) #b3274499  
rgb(179, 39, 68, 80%) #b32744CC  
rgb(179, 39, 68, 100%) #b32744FF  

Saturated and desaturated colors of #b32744

HSL Code Preview
hsl(348, 10%, 43%)  
hsl(348, 20%, 43%)  
hsl(348, 40%, 43%)  
hsl(348, 60%, 43%)  
hsl(348, 80%, 43%)  
hsl(348, 100%, 43%)  

#b32744 Color Usage In CSS

 body {
    color: #b32744;
    }
 p {
    color: rgb(179, 39, 68);
    }
 header {
    border-bottom:1px solid #b32744;
    }
Recent Random Colors