Shades of Loulou #52204C
Tints of Loulou #52204C
RGB
CMYK
RGB Variations
Color information
#52204C (or 0x52204C) is known color: Loulou. HEX triplet: 52, 20 and 4C. RGB value is (82,32,76). Sum of RGB (Red+Green+Blue) = 82+32+76=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52204C is #ADDFB3. Grayscale: #333333. Windows color (decimal): -11394996 or 4989010. OLE color: 4989010.
HSL color Cylindrical-coordinate representation of color #52204C: hue angle of 307.2º 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 #52204C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 76 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.68 |
| HSL | 307.2º | 0.44% | 0.22% | - |
| HSV(B) | 307.2º | 0.61% | 0.32% | - |
| XYZ | 5.3 | 3.35 | 7.2 | - |
| YUV | 51.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 76 | 0 | 0.61 | 0.07 | 0.68 | 307.2 | 0.44 | 0.22 |
| Hex | 52 | 20 | 4C | 0 | 3D | 7 | 44 | 133 | 2C | 16 |
| Octal | 122 | 40 | 114 | 0 | 75 | 7 | 104 | 463 | 54 | 26 |
| Binary | 1010010 | 100000 | 1001100 | 0 | 111101 | 111 | 1000100 | 100110011 | 101100 | 10110 |
Color Harmonies of #52204C
Complementary color
Monochromatic Colors of #52204C
Black with #52204C
Text Example
Text Example
White with #52204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52204C; }
p { color: rgb(82,32,76); }
H1.HeaderClassName
{
color: #52204C;
}
.AnyTagClassName
{
color: #52204C;
}
</style>
background-color css
<style>
a { background-color: #52204C; }
a { background-color: rgb(82,32,76); }
div.DivClassName
{
background-color: #52204C;
}
.BgClassName
{
background-color: #52204C;
}
</style>
border-color css
<style>
span { border-color: #52204C; }
span { border-color: rgb(82,32,76); }
td.TdClassName
{
border-color: #52204C;
}
.TagClassName
{
border-color: #52204C;
}
</style>