Shades of Loulou #52294D
Tints of Loulou #52294D
RGB
CMYK
RGB Variations
Color information
#52294D (or 0x52294D) is known color: Loulou. HEX triplet: 52, 29 and 4D. RGB value is (82,41,77). Sum of RGB (Red+Green+Blue) = 82+41+77=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #52294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52294D is #ADD6B2. Grayscale: #393939. Windows color (decimal): -11392691 or 5056850. OLE color: 5056850.
HSL color Cylindrical-coordinate representation of color #52294D: hue angle of 307.32º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52294D is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 77 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.68 |
| HSL | 307.32º | 0.33% | 0.24% | - |
| HSV(B) | 307.32º | 0.5% | 0.32% | - |
| XYZ | 5.61 | 3.92 | 7.48 | - |
| YUV | 57.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 77 | 0 | 0.50 | 0.06 | 0.68 | 307.32 | 0.33 | 0.24 |
| Hex | 52 | 29 | 4D | 0 | 32 | 6 | 44 | 133 | 21 | 18 |
| Octal | 122 | 51 | 115 | 0 | 62 | 6 | 104 | 463 | 41 | 30 |
| Binary | 1010010 | 101001 | 1001101 | 0 | 110010 | 110 | 1000100 | 100110011 | 100001 | 11000 |
Color Harmonies of #52294D
Complementary color
Monochromatic Colors of #52294D
Black with #52294D
Text Example
Text Example
White with #52294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52294D; }
p { color: rgb(82,41,77); }
H1.HeaderClassName
{
color: #52294D;
}
.AnyTagClassName
{
color: #52294D;
}
</style>
background-color css
<style>
a { background-color: #52294D; }
a { background-color: rgb(82,41,77); }
div.DivClassName
{
background-color: #52294D;
}
.BgClassName
{
background-color: #52294D;
}
</style>
border-color css
<style>
span { border-color: #52294D; }
span { border-color: rgb(82,41,77); }
td.TdClassName
{
border-color: #52294D;
}
.TagClassName
{
border-color: #52294D;
}
</style>