Shades of Loulou #52174A
Tints of Loulou #52174A
RGB
CMYK
RGB Variations
Color information
#52174A (or 0x52174A) is known color: Loulou. HEX triplet: 52, 17 and 4A. RGB value is (82,23,74). Sum of RGB (Red+Green+Blue) = 82+23+74=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52174A is #ADE8B5. Grayscale: #2E2E2E. Windows color (decimal): -11397302 or 4855634. OLE color: 4855634.
HSL color Cylindrical-coordinate representation of color #52174A: hue angle of 308.14º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52174A is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 74 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.68 |
| HSL | 308.14º | 0.56% | 0.21% | - |
| HSV(B) | 308.14º | 0.72% | 0.32% | - |
| XYZ | 5.02 | 2.9 | 6.77 | - |
| YUV | 46.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 74 | 0 | 0.72 | 0.10 | 0.68 | 308.14 | 0.56 | 0.21 |
| Hex | 52 | 17 | 4A | 0 | 48 | A | 44 | 134 | 38 | 15 |
| Octal | 122 | 27 | 112 | 0 | 110 | 12 | 104 | 464 | 70 | 25 |
| Binary | 1010010 | 10111 | 1001010 | 0 | 1001000 | 1010 | 1000100 | 100110100 | 111000 | 10101 |
Color Harmonies of #52174A
Complementary color
Monochromatic Colors of #52174A
Black with #52174A
Text Example
Text Example
White with #52174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52174A; }
p { color: rgb(82,23,74); }
H1.HeaderClassName
{
color: #52174A;
}
.AnyTagClassName
{
color: #52174A;
}
</style>
background-color css
<style>
a { background-color: #52174A; }
a { background-color: rgb(82,23,74); }
div.DivClassName
{
background-color: #52174A;
}
.BgClassName
{
background-color: #52174A;
}
</style>
border-color css
<style>
span { border-color: #52174A; }
span { border-color: rgb(82,23,74); }
td.TdClassName
{
border-color: #52174A;
}
.TagClassName
{
border-color: #52174A;
}
</style>