Shades of Loulou #592C4C
Tints of Loulou #592C4C
RGB
CMYK
RGB Variations
Color information
#592C4C (or 0x592C4C) is known color: Loulou. HEX triplet: 59, 2C and 4C. RGB value is (89,44,76). Sum of RGB (Red+Green+Blue) = 89+44+76=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C4C is #A6D3B3. Grayscale: #3D3D3D. Windows color (decimal): -10933172 or 4992089. OLE color: 4992089.
HSL color Cylindrical-coordinate representation of color #592C4C: hue angle of 317.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C4C is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 76 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.65 |
| HSL | 317.33º | 0.34% | 0.26% | - |
| HSV(B) | 317.33º | 0.51% | 0.35% | - |
| XYZ | 6.33 | 4.45 | 7.36 | - |
| YUV | 61.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 76 | 0 | 0.51 | 0.15 | 0.65 | 317.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 4C | 0 | 33 | F | 41 | 13D | 22 | 1A |
| Octal | 131 | 54 | 114 | 0 | 63 | 17 | 101 | 475 | 42 | 32 |
| Binary | 1011001 | 101100 | 1001100 | 0 | 110011 | 1111 | 1000001 | 100111101 | 100010 | 11010 |
Color Harmonies of #592C4C
Complementary color
Monochromatic Colors of #592C4C
Black with #592C4C
Text Example
Text Example
White with #592C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C4C; }
p { color: rgb(89,44,76); }
H1.HeaderClassName
{
color: #592C4C;
}
.AnyTagClassName
{
color: #592C4C;
}
</style>
background-color css
<style>
a { background-color: #592C4C; }
a { background-color: rgb(89,44,76); }
div.DivClassName
{
background-color: #592C4C;
}
.BgClassName
{
background-color: #592C4C;
}
</style>
border-color css
<style>
span { border-color: #592C4C; }
span { border-color: rgb(89,44,76); }
td.TdClassName
{
border-color: #592C4C;
}
.TagClassName
{
border-color: #592C4C;
}
</style>