Shades of Loulou #52194A
Tints of Loulou #52194A
RGB
CMYK
RGB Variations
Color information
#52194A (or 0x52194A) is known color: Loulou. HEX triplet: 52, 19 and 4A. RGB value is (82,25,74). Sum of RGB (Red+Green+Blue) = 82+25+74=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52194A is #ADE6B5. Grayscale: #2F2F2F. Windows color (decimal): -11396790 or 4856146. OLE color: 4856146.
HSL color Cylindrical-coordinate representation of color #52194A: hue angle of 308.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52194A is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 74 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.68 |
| HSL | 308.42º | 0.53% | 0.21% | - |
| HSV(B) | 308.42º | 0.7% | 0.32% | - |
| XYZ | 5.06 | 2.98 | 6.79 | - |
| YUV | 47.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 74 | 0 | 0.70 | 0.10 | 0.68 | 308.42 | 0.53 | 0.21 |
| Hex | 52 | 19 | 4A | 0 | 46 | A | 44 | 134 | 35 | 15 |
| Octal | 122 | 31 | 112 | 0 | 106 | 12 | 104 | 464 | 65 | 25 |
| Binary | 1010010 | 11001 | 1001010 | 0 | 1000110 | 1010 | 1000100 | 100110100 | 110101 | 10101 |
Color Harmonies of #52194A
Complementary color
Monochromatic Colors of #52194A
Black with #52194A
Text Example
Text Example
White with #52194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52194A; }
p { color: rgb(82,25,74); }
H1.HeaderClassName
{
color: #52194A;
}
.AnyTagClassName
{
color: #52194A;
}
</style>
background-color css
<style>
a { background-color: #52194A; }
a { background-color: rgb(82,25,74); }
div.DivClassName
{
background-color: #52194A;
}
.BgClassName
{
background-color: #52194A;
}
</style>
border-color css
<style>
span { border-color: #52194A; }
span { border-color: rgb(82,25,74); }
td.TdClassName
{
border-color: #52194A;
}
.TagClassName
{
border-color: #52194A;
}
</style>