Shades of Loulou #52204E
Tints of Loulou #52204E
RGB
CMYK
RGB Variations
Color information
#52204E (or 0x52204E) is known color: Loulou. HEX triplet: 52, 20 and 4E. RGB value is (82,32,78). Sum of RGB (Red+Green+Blue) = 82+32+78=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52204E is #ADDFB1. Grayscale: #343434. Windows color (decimal): -11394994 or 5120082. OLE color: 5120082.
HSL color Cylindrical-coordinate representation of color #52204E: hue angle of 304.8º 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 #52204E is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 78 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.68 |
| HSL | 304.8º | 0.44% | 0.22% | - |
| HSV(B) | 304.8º | 0.61% | 0.32% | - |
| XYZ | 5.37 | 3.38 | 7.58 | - |
| YUV | 52.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 78 | 0 | 0.61 | 0.05 | 0.68 | 304.8 | 0.44 | 0.22 |
| Hex | 52 | 20 | 4E | 0 | 3D | 5 | 44 | 131 | 2C | 16 |
| Octal | 122 | 40 | 116 | 0 | 75 | 5 | 104 | 461 | 54 | 26 |
| Binary | 1010010 | 100000 | 1001110 | 0 | 111101 | 101 | 1000100 | 100110001 | 101100 | 10110 |
Color Harmonies of #52204E
Complementary color
Monochromatic Colors of #52204E
Black with #52204E
Text Example
Text Example
White with #52204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52204E; }
p { color: rgb(82,32,78); }
H1.HeaderClassName
{
color: #52204E;
}
.AnyTagClassName
{
color: #52204E;
}
</style>
background-color css
<style>
a { background-color: #52204E; }
a { background-color: rgb(82,32,78); }
div.DivClassName
{
background-color: #52204E;
}
.BgClassName
{
background-color: #52204E;
}
</style>
border-color css
<style>
span { border-color: #52204E; }
span { border-color: rgb(82,32,78); }
td.TdClassName
{
border-color: #52204E;
}
.TagClassName
{
border-color: #52204E;
}
</style>