Shades of Loulou #52124A
Tints of Loulou #52124A
RGB
CMYK
RGB Variations
Color information
#52124A (or 0x52124A) is known color: Loulou. HEX triplet: 52, 12 and 4A. RGB value is (82,18,74). Sum of RGB (Red+Green+Blue) = 82+18+74=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52124A is #ADEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11398582 or 4854354. OLE color: 4854354.
HSL color Cylindrical-coordinate representation of color #52124A: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52124A is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 74 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.68 |
| HSL | 307.5º | 0.64% | 0.2% | - |
| HSV(B) | 307.5º | 0.78% | 0.32% | - |
| XYZ | 4.93 | 2.72 | 6.74 | - |
| YUV | 43.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 74 | 0 | 0.78 | 0.10 | 0.68 | 307.5 | 0.64 | 0.2 |
| Hex | 52 | 12 | 4A | 0 | 4E | A | 44 | 134 | 40 | 14 |
| Octal | 122 | 22 | 112 | 0 | 116 | 12 | 104 | 464 | 100 | 24 |
| Binary | 1010010 | 10010 | 1001010 | 0 | 1001110 | 1010 | 1000100 | 100110100 | 1000000 | 10100 |
Color Harmonies of #52124A
Complementary color
Monochromatic Colors of #52124A
Black with #52124A
Text Example
Text Example
White with #52124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52124A; }
p { color: rgb(82,18,74); }
H1.HeaderClassName
{
color: #52124A;
}
.AnyTagClassName
{
color: #52124A;
}
</style>
background-color css
<style>
a { background-color: #52124A; }
a { background-color: rgb(82,18,74); }
div.DivClassName
{
background-color: #52124A;
}
.BgClassName
{
background-color: #52124A;
}
</style>
border-color css
<style>
span { border-color: #52124A; }
span { border-color: rgb(82,18,74); }
td.TdClassName
{
border-color: #52124A;
}
.TagClassName
{
border-color: #52124A;
}
</style>