Shades of Loulou #59214D
Tints of Loulou #59214D
RGB
CMYK
RGB Variations
Color information
#59214D (or 0x59214D) is known color: Loulou. HEX triplet: 59, 21 and 4D. RGB value is (89,33,77). Sum of RGB (Red+Green+Blue) = 89+33+77=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59214D is #A6DEB2. Grayscale: #363636. Windows color (decimal): -10935987 or 5054809. OLE color: 5054809.
HSL color Cylindrical-coordinate representation of color #59214D: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59214D is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 77 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.65 |
| HSL | 312.86º | 0.46% | 0.24% | - |
| HSV(B) | 312.86º | 0.63% | 0.35% | - |
| XYZ | 6 | 3.75 | 7.43 | - |
| YUV | 54.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 77 | 0 | 0.63 | 0.13 | 0.65 | 312.86 | 0.46 | 0.24 |
| Hex | 59 | 21 | 4D | 0 | 3F | D | 41 | 139 | 2E | 18 |
| Octal | 131 | 41 | 115 | 0 | 77 | 15 | 101 | 471 | 56 | 30 |
| Binary | 1011001 | 100001 | 1001101 | 0 | 111111 | 1101 | 1000001 | 100111001 | 101110 | 11000 |
Color Harmonies of #59214D
Complementary color
Monochromatic Colors of #59214D
Black with #59214D
Text Example
Text Example
White with #59214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59214D; }
p { color: rgb(89,33,77); }
H1.HeaderClassName
{
color: #59214D;
}
.AnyTagClassName
{
color: #59214D;
}
</style>
background-color css
<style>
a { background-color: #59214D; }
a { background-color: rgb(89,33,77); }
div.DivClassName
{
background-color: #59214D;
}
.BgClassName
{
background-color: #59214D;
}
</style>
border-color css
<style>
span { border-color: #59214D; }
span { border-color: rgb(89,33,77); }
td.TdClassName
{
border-color: #59214D;
}
.TagClassName
{
border-color: #59214D;
}
</style>