Shades of Loulou #53214B
Tints of Loulou #53214B
RGB
CMYK
RGB Variations
Color information
#53214B (or 0x53214B) is known color: Loulou. HEX triplet: 53, 21 and 4B. RGB value is (83,33,75). Sum of RGB (Red+Green+Blue) = 83+33+75=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53214B is #ACDEB4. Grayscale: #343434. Windows color (decimal): -11329205 or 4923731. OLE color: 4923731.
HSL color Cylindrical-coordinate representation of color #53214B: hue angle of 309.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53214B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 75 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.67 |
| HSL | 309.6º | 0.43% | 0.23% | - |
| HSV(B) | 309.6º | 0.6% | 0.33% | - |
| XYZ | 5.38 | 3.43 | 7.04 | - |
| YUV | 52.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 75 | 0 | 0.60 | 0.10 | 0.67 | 309.6 | 0.43 | 0.23 |
| Hex | 53 | 21 | 4B | 0 | 3C | A | 43 | 136 | 2B | 17 |
| Octal | 123 | 41 | 113 | 0 | 74 | 12 | 103 | 466 | 53 | 27 |
| Binary | 1010011 | 100001 | 1001011 | 0 | 111100 | 1010 | 1000011 | 100110110 | 101011 | 10111 |
Color Harmonies of #53214B
Complementary color
Monochromatic Colors of #53214B
Black with #53214B
Text Example
Text Example
White with #53214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53214B; }
p { color: rgb(83,33,75); }
H1.HeaderClassName
{
color: #53214B;
}
.AnyTagClassName
{
color: #53214B;
}
</style>
background-color css
<style>
a { background-color: #53214B; }
a { background-color: rgb(83,33,75); }
div.DivClassName
{
background-color: #53214B;
}
.BgClassName
{
background-color: #53214B;
}
</style>
border-color css
<style>
span { border-color: #53214B; }
span { border-color: rgb(83,33,75); }
td.TdClassName
{
border-color: #53214B;
}
.TagClassName
{
border-color: #53214B;
}
</style>