Shades of Loulou #52224D
Tints of Loulou #52224D
RGB
CMYK
RGB Variations
Color information
#52224D (or 0x52224D) is known color: Loulou. HEX triplet: 52, 22 and 4D. RGB value is (82,34,77). Sum of RGB (Red+Green+Blue) = 82+34+77=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52224D is #ADDDB2. Grayscale: #353535. Windows color (decimal): -11394483 or 5055058. OLE color: 5055058.
HSL color Cylindrical-coordinate representation of color #52224D: hue angle of 306.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52224D is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 77 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.68 |
| HSL | 306.25º | 0.41% | 0.23% | - |
| HSV(B) | 306.25º | 0.59% | 0.32% | - |
| XYZ | 5.39 | 3.47 | 7.41 | - |
| YUV | 53.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 77 | 0 | 0.59 | 0.06 | 0.68 | 306.25 | 0.41 | 0.23 |
| Hex | 52 | 22 | 4D | 0 | 3B | 6 | 44 | 132 | 29 | 17 |
| Octal | 122 | 42 | 115 | 0 | 73 | 6 | 104 | 462 | 51 | 27 |
| Binary | 1010010 | 100010 | 1001101 | 0 | 111011 | 110 | 1000100 | 100110010 | 101001 | 10111 |
Color Harmonies of #52224D
Complementary color
Monochromatic Colors of #52224D
Black with #52224D
Text Example
Text Example
White with #52224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52224D; }
p { color: rgb(82,34,77); }
H1.HeaderClassName
{
color: #52224D;
}
.AnyTagClassName
{
color: #52224D;
}
</style>
background-color css
<style>
a { background-color: #52224D; }
a { background-color: rgb(82,34,77); }
div.DivClassName
{
background-color: #52224D;
}
.BgClassName
{
background-color: #52224D;
}
</style>
border-color css
<style>
span { border-color: #52224D; }
span { border-color: rgb(82,34,77); }
td.TdClassName
{
border-color: #52224D;
}
.TagClassName
{
border-color: #52224D;
}
</style>