Shades of Loulou #59224D
Tints of Loulou #59224D
RGB
CMYK
RGB Variations
Color information
#59224D (or 0x59224D) is known color: Loulou. HEX triplet: 59, 22 and 4D. RGB value is (89,34,77). Sum of RGB (Red+Green+Blue) = 89+34+77=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59224D is #A6DDB2. Grayscale: #373737. Windows color (decimal): -10935731 or 5055065. OLE color: 5055065.
HSL color Cylindrical-coordinate representation of color #59224D: hue angle of 313.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59224D is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 77 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.65 |
| HSL | 313.09º | 0.45% | 0.24% | - |
| HSV(B) | 313.09º | 0.62% | 0.35% | - |
| XYZ | 6.03 | 3.8 | 7.44 | - |
| YUV | 55.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 77 | 0 | 0.62 | 0.13 | 0.65 | 313.09 | 0.45 | 0.24 |
| Hex | 59 | 22 | 4D | 0 | 3E | D | 41 | 139 | 2D | 18 |
| Octal | 131 | 42 | 115 | 0 | 76 | 15 | 101 | 471 | 55 | 30 |
| Binary | 1011001 | 100010 | 1001101 | 0 | 111110 | 1101 | 1000001 | 100111001 | 101101 | 11000 |
Color Harmonies of #59224D
Complementary color
Monochromatic Colors of #59224D
Black with #59224D
Text Example
Text Example
White with #59224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59224D; }
p { color: rgb(89,34,77); }
H1.HeaderClassName
{
color: #59224D;
}
.AnyTagClassName
{
color: #59224D;
}
</style>
background-color css
<style>
a { background-color: #59224D; }
a { background-color: rgb(89,34,77); }
div.DivClassName
{
background-color: #59224D;
}
.BgClassName
{
background-color: #59224D;
}
</style>
border-color css
<style>
span { border-color: #59224D; }
span { border-color: rgb(89,34,77); }
td.TdClassName
{
border-color: #59224D;
}
.TagClassName
{
border-color: #59224D;
}
</style>