Shades of Loulou #522A48
Tints of Loulou #522A48
RGB
CMYK
RGB Variations
Color information
#522A48 (or 0x522A48) is known color: Loulou. HEX triplet: 52, 2A and 48. RGB value is (82,42,72). Sum of RGB (Red+Green+Blue) = 82+42+72=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #522A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A48 is #ADD5B7. Grayscale: #393939. Windows color (decimal): -11392440 or 4729426. OLE color: 4729426.
HSL color Cylindrical-coordinate representation of color #522A48: hue angle of 315º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A48 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 72 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.68 |
| HSL | 315º | 0.32% | 0.24% | - |
| HSV(B) | 315º | 0.49% | 0.32% | - |
| XYZ | 5.48 | 3.92 | 6.6 | - |
| YUV | 57.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 72 | 0 | 0.49 | 0.12 | 0.68 | 315 | 0.32 | 0.24 |
| Hex | 52 | 2A | 48 | 0 | 31 | C | 44 | 13B | 20 | 18 |
| Octal | 122 | 52 | 110 | 0 | 61 | 14 | 104 | 473 | 40 | 30 |
| Binary | 1010010 | 101010 | 1001000 | 0 | 110001 | 1100 | 1000100 | 100111011 | 100000 | 11000 |
Color Harmonies of #522A48
Complementary color
Monochromatic Colors of #522A48
Black with #522A48
Text Example
Text Example
White with #522A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A48; }
p { color: rgb(82,42,72); }
H1.HeaderClassName
{
color: #522A48;
}
.AnyTagClassName
{
color: #522A48;
}
</style>
background-color css
<style>
a { background-color: #522A48; }
a { background-color: rgb(82,42,72); }
div.DivClassName
{
background-color: #522A48;
}
.BgClassName
{
background-color: #522A48;
}
</style>
border-color css
<style>
span { border-color: #522A48; }
span { border-color: rgb(82,42,72); }
td.TdClassName
{
border-color: #522A48;
}
.TagClassName
{
border-color: #522A48;
}
</style>