Shades of Loulou #59284D
Tints of Loulou #59284D
RGB
CMYK
RGB Variations
Color information
#59284D (or 0x59284D) is known color: Loulou. HEX triplet: 59, 28 and 4D. RGB value is (89,40,77). Sum of RGB (Red+Green+Blue) = 89+40+77=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59284D is #A6D7B2. Grayscale: #3A3A3A. Windows color (decimal): -10934195 or 5056601. OLE color: 5056601.
HSL color Cylindrical-coordinate representation of color #59284D: hue angle of 314.69º 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 #59284D is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 77 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.65 |
| HSL | 314.69º | 0.38% | 0.25% | - |
| HSV(B) | 314.69º | 0.55% | 0.35% | - |
| XYZ | 6.22 | 4.18 | 7.5 | - |
| YUV | 58.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 77 | 0 | 0.55 | 0.13 | 0.65 | 314.69 | 0.38 | 0.25 |
| Hex | 59 | 28 | 4D | 0 | 37 | D | 41 | 13B | 26 | 19 |
| Octal | 131 | 50 | 115 | 0 | 67 | 15 | 101 | 473 | 46 | 31 |
| Binary | 1011001 | 101000 | 1001101 | 0 | 110111 | 1101 | 1000001 | 100111011 | 100110 | 11001 |
Color Harmonies of #59284D
Complementary color
Monochromatic Colors of #59284D
Black with #59284D
Text Example
Text Example
White with #59284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59284D; }
p { color: rgb(89,40,77); }
H1.HeaderClassName
{
color: #59284D;
}
.AnyTagClassName
{
color: #59284D;
}
</style>
background-color css
<style>
a { background-color: #59284D; }
a { background-color: rgb(89,40,77); }
div.DivClassName
{
background-color: #59284D;
}
.BgClassName
{
background-color: #59284D;
}
</style>
border-color css
<style>
span { border-color: #59284D; }
span { border-color: rgb(89,40,77); }
td.TdClassName
{
border-color: #59284D;
}
.TagClassName
{
border-color: #59284D;
}
</style>