Shades of Loulou #522C4C
Tints of Loulou #522C4C
RGB
CMYK
RGB Variations
Color information
#522C4C (or 0x522C4C) is known color: Loulou. HEX triplet: 52, 2C and 4C. RGB value is (82,44,76). Sum of RGB (Red+Green+Blue) = 82+44+76=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #522C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C4C is #ADD3B3. Grayscale: #3A3A3A. Windows color (decimal): -11391924 or 4992082. OLE color: 4992082.
HSL color Cylindrical-coordinate representation of color #522C4C: hue angle of 309.47º 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 #522C4C is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 76 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.68 |
| HSL | 309.47º | 0.3% | 0.25% | - |
| HSV(B) | 309.47º | 0.46% | 0.32% | - |
| XYZ | 5.68 | 4.12 | 7.33 | - |
| YUV | 59.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 76 | 0 | 0.46 | 0.07 | 0.68 | 309.47 | 0.3 | 0.25 |
| Hex | 52 | 2C | 4C | 0 | 2E | 7 | 44 | 135 | 1E | 19 |
| Octal | 122 | 54 | 114 | 0 | 56 | 7 | 104 | 465 | 36 | 31 |
| Binary | 1010010 | 101100 | 1001100 | 0 | 101110 | 111 | 1000100 | 100110101 | 11110 | 11001 |
Color Harmonies of #522C4C
Complementary color
Monochromatic Colors of #522C4C
Black with #522C4C
Text Example
Text Example
White with #522C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C4C; }
p { color: rgb(82,44,76); }
H1.HeaderClassName
{
color: #522C4C;
}
.AnyTagClassName
{
color: #522C4C;
}
</style>
background-color css
<style>
a { background-color: #522C4C; }
a { background-color: rgb(82,44,76); }
div.DivClassName
{
background-color: #522C4C;
}
.BgClassName
{
background-color: #522C4C;
}
</style>
border-color css
<style>
span { border-color: #522C4C; }
span { border-color: rgb(82,44,76); }
td.TdClassName
{
border-color: #522C4C;
}
.TagClassName
{
border-color: #522C4C;
}
</style>