Shades of Loulou #592D49
Tints of Loulou #592D49
RGB
CMYK
RGB Variations
Color information
#592D49 (or 0x592D49) is known color: Loulou. HEX triplet: 59, 2D and 49. RGB value is (89,45,73). Sum of RGB (Red+Green+Blue) = 89+45+73=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D49 is #A6D2B6. Grayscale: #3D3D3D. Windows color (decimal): -10932919 or 4795737. OLE color: 4795737.
HSL color Cylindrical-coordinate representation of color #592D49: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592D49 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 45 | 73 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.65 |
| HSL | 321.82º | 0.33% | 0.26% | - |
| HSV(B) | 321.82º | 0.49% | 0.35% | - |
| XYZ | 6.26 | 4.48 | 6.84 | - |
| YUV | 61.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 73 | 0 | 0.49 | 0.18 | 0.65 | 321.82 | 0.33 | 0.26 |
| Hex | 59 | 2D | 49 | 0 | 31 | 12 | 41 | 142 | 21 | 1A |
| Octal | 131 | 55 | 111 | 0 | 61 | 22 | 101 | 502 | 41 | 32 |
| Binary | 1011001 | 101101 | 1001001 | 0 | 110001 | 10010 | 1000001 | 101000010 | 100001 | 11010 |
Color Harmonies of #592D49
Complementary color
Monochromatic Colors of #592D49
Black with #592D49
Text Example
Text Example
White with #592D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D49; }
p { color: rgb(89,45,73); }
H1.HeaderClassName
{
color: #592D49;
}
.AnyTagClassName
{
color: #592D49;
}
</style>
background-color css
<style>
a { background-color: #592D49; }
a { background-color: rgb(89,45,73); }
div.DivClassName
{
background-color: #592D49;
}
.BgClassName
{
background-color: #592D49;
}
</style>
border-color css
<style>
span { border-color: #592D49; }
span { border-color: rgb(89,45,73); }
td.TdClassName
{
border-color: #592D49;
}
.TagClassName
{
border-color: #592D49;
}
</style>