Shades of Loulou #59294F
Tints of Loulou #59294F
RGB
CMYK
RGB Variations
Color information
#59294F (or 0x59294F) is known color: Loulou. HEX triplet: 59, 29 and 4F. RGB value is (89,41,79). Sum of RGB (Red+Green+Blue) = 89+41+79=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #59294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59294F is #A6D6B0. Grayscale: #3B3B3B. Windows color (decimal): -10933937 or 5187929. OLE color: 5187929.
HSL color Cylindrical-coordinate representation of color #59294F: hue angle of 312.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59294F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 79 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.65 |
| HSL | 312.5º | 0.37% | 0.25% | - |
| HSV(B) | 312.5º | 0.54% | 0.35% | - |
| XYZ | 6.32 | 4.27 | 7.89 | - |
| YUV | 59.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 79 | 0 | 0.54 | 0.11 | 0.65 | 312.5 | 0.37 | 0.25 |
| Hex | 59 | 29 | 4F | 0 | 36 | B | 41 | 138 | 25 | 19 |
| Octal | 131 | 51 | 117 | 0 | 66 | 13 | 101 | 470 | 45 | 31 |
| Binary | 1011001 | 101001 | 1001111 | 0 | 110110 | 1011 | 1000001 | 100111000 | 100101 | 11001 |
Color Harmonies of #59294F
Complementary color
Monochromatic Colors of #59294F
Black with #59294F
Text Example
Text Example
White with #59294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59294F; }
p { color: rgb(89,41,79); }
H1.HeaderClassName
{
color: #59294F;
}
.AnyTagClassName
{
color: #59294F;
}
</style>
background-color css
<style>
a { background-color: #59294F; }
a { background-color: rgb(89,41,79); }
div.DivClassName
{
background-color: #59294F;
}
.BgClassName
{
background-color: #59294F;
}
</style>
border-color css
<style>
span { border-color: #59294F; }
span { border-color: rgb(89,41,79); }
td.TdClassName
{
border-color: #59294F;
}
.TagClassName
{
border-color: #59294F;
}
</style>