Shades of Loulou #59284E
Tints of Loulou #59284E
RGB
CMYK
RGB Variations
Color information
#59284E (or 0x59284E) is known color: Loulou. HEX triplet: 59, 28 and 4E. RGB value is (89,40,78). Sum of RGB (Red+Green+Blue) = 89+40+78=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59284E is #A6D7B1. Grayscale: #3A3A3A. Windows color (decimal): -10934194 or 5122137. OLE color: 5122137.
HSL color Cylindrical-coordinate representation of color #59284E: hue angle of 313.47º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59284E is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 78 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.65 |
| HSL | 313.47º | 0.38% | 0.25% | - |
| HSV(B) | 313.47º | 0.55% | 0.35% | - |
| XYZ | 6.25 | 4.19 | 7.69 | - |
| YUV | 58.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 78 | 0 | 0.55 | 0.12 | 0.65 | 313.47 | 0.38 | 0.25 |
| Hex | 59 | 28 | 4E | 0 | 37 | C | 41 | 139 | 26 | 19 |
| Octal | 131 | 50 | 116 | 0 | 67 | 14 | 101 | 471 | 46 | 31 |
| Binary | 1011001 | 101000 | 1001110 | 0 | 110111 | 1100 | 1000001 | 100111001 | 100110 | 11001 |
Color Harmonies of #59284E
Complementary color
Monochromatic Colors of #59284E
Black with #59284E
Text Example
Text Example
White with #59284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59284E; }
p { color: rgb(89,40,78); }
H1.HeaderClassName
{
color: #59284E;
}
.AnyTagClassName
{
color: #59284E;
}
</style>
background-color css
<style>
a { background-color: #59284E; }
a { background-color: rgb(89,40,78); }
div.DivClassName
{
background-color: #59284E;
}
.BgClassName
{
background-color: #59284E;
}
</style>
border-color css
<style>
span { border-color: #59284E; }
span { border-color: rgb(89,40,78); }
td.TdClassName
{
border-color: #59284E;
}
.TagClassName
{
border-color: #59284E;
}
</style>