Shades of Loulou #592F49
Tints of Loulou #592F49
RGB
CMYK
RGB Variations
Color information
#592F49 (or 0x592F49) is known color: Loulou. HEX triplet: 59, 2F and 49. RGB value is (89,47,73). Sum of RGB (Red+Green+Blue) = 89+47+73=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F49 is #A6D0B6. Grayscale: #3E3E3E. Windows color (decimal): -10932407 or 4796249. OLE color: 4796249.
HSL color Cylindrical-coordinate representation of color #592F49: hue angle of 322.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #592F49 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 47 | 73 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.65 |
| HSL | 322.86º | 0.31% | 0.27% | - |
| HSV(B) | 322.86º | 0.47% | 0.35% | - |
| XYZ | 6.34 | 4.64 | 6.86 | - |
| YUV | 62.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 73 | 0 | 0.47 | 0.18 | 0.65 | 322.86 | 0.31 | 0.27 |
| Hex | 59 | 2F | 49 | 0 | 2F | 12 | 41 | 143 | 1F | 1B |
| Octal | 131 | 57 | 111 | 0 | 57 | 22 | 101 | 503 | 37 | 33 |
| Binary | 1011001 | 101111 | 1001001 | 0 | 101111 | 10010 | 1000001 | 101000011 | 11111 | 11011 |
Color Harmonies of #592F49
Complementary color
Monochromatic Colors of #592F49
Black with #592F49
Text Example
Text Example
White with #592F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F49; }
p { color: rgb(89,47,73); }
H1.HeaderClassName
{
color: #592F49;
}
.AnyTagClassName
{
color: #592F49;
}
</style>
background-color css
<style>
a { background-color: #592F49; }
a { background-color: rgb(89,47,73); }
div.DivClassName
{
background-color: #592F49;
}
.BgClassName
{
background-color: #592F49;
}
</style>
border-color css
<style>
span { border-color: #592F49; }
span { border-color: rgb(89,47,73); }
td.TdClassName
{
border-color: #592F49;
}
.TagClassName
{
border-color: #592F49;
}
</style>