Shades of Loulou #522C4F
Tints of Loulou #522C4F
RGB
CMYK
RGB Variations
Color information
#522C4F (or 0x522C4F) is known color: Loulou. HEX triplet: 52, 2C and 4F. RGB value is (82,44,79). Sum of RGB (Red+Green+Blue) = 82+44+79=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #522C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C4F is #ADD3B0. Grayscale: #3B3B3B. Windows color (decimal): -11391921 or 5188690. OLE color: 5188690.
HSL color Cylindrical-coordinate representation of color #522C4F: hue angle of 304.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C4F is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 79 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.68 |
| HSL | 304.74º | 0.3% | 0.25% | - |
| HSV(B) | 304.74º | 0.46% | 0.32% | - |
| XYZ | 5.79 | 4.16 | 7.89 | - |
| YUV | 59.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 79 | 0 | 0.46 | 0.04 | 0.68 | 304.74 | 0.3 | 0.25 |
| Hex | 52 | 2C | 4F | 0 | 2E | 4 | 44 | 131 | 1E | 19 |
| Octal | 122 | 54 | 117 | 0 | 56 | 4 | 104 | 461 | 36 | 31 |
| Binary | 1010010 | 101100 | 1001111 | 0 | 101110 | 100 | 1000100 | 100110001 | 11110 | 11001 |
Color Harmonies of #522C4F
Complementary color
Monochromatic Colors of #522C4F
Black with #522C4F
Text Example
Text Example
White with #522C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C4F; }
p { color: rgb(82,44,79); }
H1.HeaderClassName
{
color: #522C4F;
}
.AnyTagClassName
{
color: #522C4F;
}
</style>
background-color css
<style>
a { background-color: #522C4F; }
a { background-color: rgb(82,44,79); }
div.DivClassName
{
background-color: #522C4F;
}
.BgClassName
{
background-color: #522C4F;
}
</style>
border-color css
<style>
span { border-color: #522C4F; }
span { border-color: rgb(82,44,79); }
td.TdClassName
{
border-color: #522C4F;
}
.TagClassName
{
border-color: #522C4F;
}
</style>