Shades of Loulou #52204D
Tints of Loulou #52204D
RGB
CMYK
RGB Variations
Color information
#52204D (or 0x52204D) is known color: Loulou. HEX triplet: 52, 20 and 4D. RGB value is (82,32,77). Sum of RGB (Red+Green+Blue) = 82+32+77=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52204D is #ADDFB2. Grayscale: #333333. Windows color (decimal): -11394995 or 5054546. OLE color: 5054546.
HSL color Cylindrical-coordinate representation of color #52204D: hue angle of 306º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52204D is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 77 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.68 |
| HSL | 306º | 0.44% | 0.22% | - |
| HSV(B) | 306º | 0.61% | 0.32% | - |
| XYZ | 5.34 | 3.36 | 7.39 | - |
| YUV | 52.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 77 | 0 | 0.61 | 0.06 | 0.68 | 306 | 0.44 | 0.22 |
| Hex | 52 | 20 | 4D | 0 | 3D | 6 | 44 | 132 | 2C | 16 |
| Octal | 122 | 40 | 115 | 0 | 75 | 6 | 104 | 462 | 54 | 26 |
| Binary | 1010010 | 100000 | 1001101 | 0 | 111101 | 110 | 1000100 | 100110010 | 101100 | 10110 |
Color Harmonies of #52204D
Complementary color
Monochromatic Colors of #52204D
Black with #52204D
Text Example
Text Example
White with #52204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52204D; }
p { color: rgb(82,32,77); }
H1.HeaderClassName
{
color: #52204D;
}
.AnyTagClassName
{
color: #52204D;
}
</style>
background-color css
<style>
a { background-color: #52204D; }
a { background-color: rgb(82,32,77); }
div.DivClassName
{
background-color: #52204D;
}
.BgClassName
{
background-color: #52204D;
}
</style>
border-color css
<style>
span { border-color: #52204D; }
span { border-color: rgb(82,32,77); }
td.TdClassName
{
border-color: #52204D;
}
.TagClassName
{
border-color: #52204D;
}
</style>