Shades of Loulou #52284C
Tints of Loulou #52284C
RGB
CMYK
RGB Variations
Color information
#52284C (or 0x52284C) is known color: Loulou. HEX triplet: 52, 28 and 4C. RGB value is (82,40,76). Sum of RGB (Red+Green+Blue) = 82+40+76=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52284C is #ADD7B3. Grayscale: #383838. Windows color (decimal): -11392948 or 4991058. OLE color: 4991058.
HSL color Cylindrical-coordinate representation of color #52284C: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52284C is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 76 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.68 |
| HSL | 308.57º | 0.34% | 0.24% | - |
| HSV(B) | 308.57º | 0.51% | 0.32% | - |
| XYZ | 5.54 | 3.83 | 7.29 | - |
| YUV | 56.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 76 | 0 | 0.51 | 0.07 | 0.68 | 308.57 | 0.34 | 0.24 |
| Hex | 52 | 28 | 4C | 0 | 33 | 7 | 44 | 135 | 22 | 18 |
| Octal | 122 | 50 | 114 | 0 | 63 | 7 | 104 | 465 | 42 | 30 |
| Binary | 1010010 | 101000 | 1001100 | 0 | 110011 | 111 | 1000100 | 100110101 | 100010 | 11000 |
Color Harmonies of #52284C
Complementary color
Monochromatic Colors of #52284C
Black with #52284C
Text Example
Text Example
White with #52284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52284C; }
p { color: rgb(82,40,76); }
H1.HeaderClassName
{
color: #52284C;
}
.AnyTagClassName
{
color: #52284C;
}
</style>
background-color css
<style>
a { background-color: #52284C; }
a { background-color: rgb(82,40,76); }
div.DivClassName
{
background-color: #52284C;
}
.BgClassName
{
background-color: #52284C;
}
</style>
border-color css
<style>
span { border-color: #52284C; }
span { border-color: rgb(82,40,76); }
td.TdClassName
{
border-color: #52284C;
}
.TagClassName
{
border-color: #52284C;
}
</style>