Shades of Loulou #592C49
Tints of Loulou #592C49
RGB
CMYK
RGB Variations
Color information
#592C49 (or 0x592C49) is known color: Loulou. HEX triplet: 59, 2C and 49. RGB value is (89,44,73). Sum of RGB (Red+Green+Blue) = 89+44+73=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C49 is #A6D3B6. Grayscale: #3C3C3C. Windows color (decimal): -10933175 or 4795481. OLE color: 4795481.
HSL color Cylindrical-coordinate representation of color #592C49: hue angle of 321.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 #592C49 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 73 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.65 |
| HSL | 321.33º | 0.34% | 0.26% | - |
| HSV(B) | 321.33º | 0.51% | 0.35% | - |
| XYZ | 6.22 | 4.41 | 6.83 | - |
| YUV | 60.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 73 | 0 | 0.51 | 0.18 | 0.65 | 321.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 49 | 0 | 33 | 12 | 41 | 141 | 22 | 1A |
| Octal | 131 | 54 | 111 | 0 | 63 | 22 | 101 | 501 | 42 | 32 |
| Binary | 1011001 | 101100 | 1001001 | 0 | 110011 | 10010 | 1000001 | 101000001 | 100010 | 11010 |
Color Harmonies of #592C49
Complementary color
Monochromatic Colors of #592C49
Black with #592C49
Text Example
Text Example
White with #592C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C49; }
p { color: rgb(89,44,73); }
H1.HeaderClassName
{
color: #592C49;
}
.AnyTagClassName
{
color: #592C49;
}
</style>
background-color css
<style>
a { background-color: #592C49; }
a { background-color: rgb(89,44,73); }
div.DivClassName
{
background-color: #592C49;
}
.BgClassName
{
background-color: #592C49;
}
</style>
border-color css
<style>
span { border-color: #592C49; }
span { border-color: rgb(89,44,73); }
td.TdClassName
{
border-color: #592C49;
}
.TagClassName
{
border-color: #592C49;
}
</style>