Random Color Generator

#530127 Color

Color Codes
Hex Code #530127
RGB Code rgb(83, 01, 39)
HSL Code hsl(332, 98%, 16%)

#530127 Color Syntax

rgb()

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

 main {
    background-color: rgb(83, 01, 39);
   }

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(332, 98%, 16%);
  }

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

RGB Code Hex Code Preview
rgb(83, 01, 39, 10%) #5301271a  
rgb(83, 01, 39, 20%) #53012733  
rgb(83, 01, 39, 40%) #5301274C  
rgb(83, 01, 39, 60%) #53012799  
rgb(83, 01, 39, 80%) #530127CC  
rgb(83, 01, 39, 100%) #530127FF  

Saturated and desaturated colors of #530127

HSL Code Preview
hsl(332, 10%, 16%)  
hsl(332, 20%, 16%)  
hsl(332, 40%, 16%)  
hsl(332, 60%, 16%)  
hsl(332, 80%, 16%)  
hsl(332, 100%, 16%)  

#530127 Color Usage In CSS

 body {
    color: #530127;
    }
 p {
    color: rgb(83, 01, 39);
    }
 header {
    border-bottom:1px solid #530127;
    }
Recent Random Colors