Shades of Loulou #592C4A
Tints of Loulou #592C4A
RGB
CMYK
RGB Variations
Color information
#592C4A (or 0x592C4A) is known color: Loulou. HEX triplet: 59, 2C and 4A. RGB value is (89,44,74). Sum of RGB (Red+Green+Blue) = 89+44+74=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C4A is #A6D3B5. Grayscale: #3C3C3C. Windows color (decimal): -10933174 or 4861017. OLE color: 4861017.
HSL color Cylindrical-coordinate representation of color #592C4A: hue angle of 320º 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 #592C4A is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 74 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.65 |
| HSL | 320º | 0.34% | 0.26% | - |
| HSV(B) | 320º | 0.51% | 0.35% | - |
| XYZ | 6.26 | 4.42 | 7 | - |
| YUV | 60.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 74 | 0 | 0.51 | 0.17 | 0.65 | 320 | 0.34 | 0.26 |
| Hex | 59 | 2C | 4A | 0 | 33 | 11 | 41 | 140 | 22 | 1A |
| Octal | 131 | 54 | 112 | 0 | 63 | 21 | 101 | 500 | 42 | 32 |
| Binary | 1011001 | 101100 | 1001010 | 0 | 110011 | 10001 | 1000001 | 101000000 | 100010 | 11010 |
Color Harmonies of #592C4A
Complementary color
Monochromatic Colors of #592C4A
Black with #592C4A
Text Example
Text Example
White with #592C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C4A; }
p { color: rgb(89,44,74); }
H1.HeaderClassName
{
color: #592C4A;
}
.AnyTagClassName
{
color: #592C4A;
}
</style>
background-color css
<style>
a { background-color: #592C4A; }
a { background-color: rgb(89,44,74); }
div.DivClassName
{
background-color: #592C4A;
}
.BgClassName
{
background-color: #592C4A;
}
</style>
border-color css
<style>
span { border-color: #592C4A; }
span { border-color: rgb(89,44,74); }
td.TdClassName
{
border-color: #592C4A;
}
.TagClassName
{
border-color: #592C4A;
}
</style>