Shades of Loulou #522D46
Tints of Loulou #522D46
RGB
CMYK
RGB Variations
Color information
#522D46 (or 0x522D46) is known color: Loulou. HEX triplet: 52, 2D and 46. RGB value is (82,45,70). Sum of RGB (Red+Green+Blue) = 82+45+70=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #522D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D46 is #ADD2B9. Grayscale: #3A3A3A. Windows color (decimal): -11391674 or 4599122. OLE color: 4599122.
HSL color Cylindrical-coordinate representation of color #522D46: hue angle of 319.46º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D46 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 70 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.68 |
| HSL | 319.46º | 0.29% | 0.25% | - |
| HSV(B) | 319.46º | 0.45% | 0.32% | - |
| XYZ | 5.52 | 4.11 | 6.3 | - |
| YUV | 58.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 70 | 0 | 0.45 | 0.15 | 0.68 | 319.46 | 0.29 | 0.25 |
| Hex | 52 | 2D | 46 | 0 | 2D | F | 44 | 13F | 1D | 19 |
| Octal | 122 | 55 | 106 | 0 | 55 | 17 | 104 | 477 | 35 | 31 |
| Binary | 1010010 | 101101 | 1000110 | 0 | 101101 | 1111 | 1000100 | 100111111 | 11101 | 11001 |
Color Harmonies of #522D46
Complementary color
Monochromatic Colors of #522D46
Black with #522D46
Text Example
Text Example
White with #522D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D46; }
p { color: rgb(82,45,70); }
H1.HeaderClassName
{
color: #522D46;
}
.AnyTagClassName
{
color: #522D46;
}
</style>
background-color css
<style>
a { background-color: #522D46; }
a { background-color: rgb(82,45,70); }
div.DivClassName
{
background-color: #522D46;
}
.BgClassName
{
background-color: #522D46;
}
</style>
border-color css
<style>
span { border-color: #522D46; }
span { border-color: rgb(82,45,70); }
td.TdClassName
{
border-color: #522D46;
}
.TagClassName
{
border-color: #522D46;
}
</style>