Shades of Loulou #592C48
Tints of Loulou #592C48
RGB
CMYK
RGB Variations
Color information
#592C48 (or 0x592C48) is known color: Loulou. HEX triplet: 59, 2C and 48. RGB value is (89,44,72). Sum of RGB (Red+Green+Blue) = 89+44+72=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C48 is #A6D3B7. Grayscale: #3C3C3C. Windows color (decimal): -10933176 or 4729945. OLE color: 4729945.
HSL color Cylindrical-coordinate representation of color #592C48: hue angle of 322.67º 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 #592C48 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 72 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.65 |
| HSL | 322.67º | 0.34% | 0.26% | - |
| HSV(B) | 322.67º | 0.51% | 0.35% | - |
| XYZ | 6.19 | 4.39 | 6.65 | - |
| YUV | 60.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 72 | 0 | 0.51 | 0.19 | 0.65 | 322.67 | 0.34 | 0.26 |
| Hex | 59 | 2C | 48 | 0 | 33 | 13 | 41 | 143 | 22 | 1A |
| Octal | 131 | 54 | 110 | 0 | 63 | 23 | 101 | 503 | 42 | 32 |
| Binary | 1011001 | 101100 | 1001000 | 0 | 110011 | 10011 | 1000001 | 101000011 | 100010 | 11010 |
Color Harmonies of #592C48
Complementary color
Monochromatic Colors of #592C48
Black with #592C48
Text Example
Text Example
White with #592C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C48; }
p { color: rgb(89,44,72); }
H1.HeaderClassName
{
color: #592C48;
}
.AnyTagClassName
{
color: #592C48;
}
</style>
background-color css
<style>
a { background-color: #592C48; }
a { background-color: rgb(89,44,72); }
div.DivClassName
{
background-color: #592C48;
}
.BgClassName
{
background-color: #592C48;
}
</style>
border-color css
<style>
span { border-color: #592C48; }
span { border-color: rgb(89,44,72); }
td.TdClassName
{
border-color: #592C48;
}
.TagClassName
{
border-color: #592C48;
}
</style>