Shades of Loulou #59324E
Tints of Loulou #59324E
RGB
CMYK
RGB Variations
Color information
#59324E (or 0x59324E) is known color: Loulou. HEX triplet: 59, 32 and 4E. RGB value is (89,50,78). Sum of RGB (Red+Green+Blue) = 89+50+78=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59324E is #A6CDB1. Grayscale: #404040. Windows color (decimal): -10931634 or 5124697. OLE color: 5124697.
HSL color Cylindrical-coordinate representation of color #59324E: hue angle of 316.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59324E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 78 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.65 |
| HSL | 316.92º | 0.28% | 0.27% | - |
| HSV(B) | 316.92º | 0.44% | 0.35% | - |
| XYZ | 6.64 | 4.96 | 7.81 | - |
| YUV | 64.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 78 | 0 | 0.44 | 0.12 | 0.65 | 316.92 | 0.28 | 0.27 |
| Hex | 59 | 32 | 4E | 0 | 2C | C | 41 | 13D | 1C | 1B |
| Octal | 131 | 62 | 116 | 0 | 54 | 14 | 101 | 475 | 34 | 33 |
| Binary | 1011001 | 110010 | 1001110 | 0 | 101100 | 1100 | 1000001 | 100111101 | 11100 | 11011 |
Color Harmonies of #59324E
Complementary color
Monochromatic Colors of #59324E
Black with #59324E
Text Example
Text Example
White with #59324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59324E; }
p { color: rgb(89,50,78); }
H1.HeaderClassName
{
color: #59324E;
}
.AnyTagClassName
{
color: #59324E;
}
</style>
background-color css
<style>
a { background-color: #59324E; }
a { background-color: rgb(89,50,78); }
div.DivClassName
{
background-color: #59324E;
}
.BgClassName
{
background-color: #59324E;
}
</style>
border-color css
<style>
span { border-color: #59324E; }
span { border-color: rgb(89,50,78); }
td.TdClassName
{
border-color: #59324E;
}
.TagClassName
{
border-color: #59324E;
}
</style>