Shades of Loulou #59214F
Tints of Loulou #59214F
RGB
CMYK
RGB Variations
Color information
#59214F (or 0x59214F) is known color: Loulou. HEX triplet: 59, 21 and 4F. RGB value is (89,33,79). Sum of RGB (Red+Green+Blue) = 89+33+79=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59214F is #A6DEB0. Grayscale: #363636. Windows color (decimal): -10935985 or 5185881. OLE color: 5185881.
HSL color Cylindrical-coordinate representation of color #59214F: hue angle of 310.71º 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 #59214F is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 79 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.65 |
| HSL | 310.71º | 0.46% | 0.24% | - |
| HSV(B) | 310.71º | 0.63% | 0.35% | - |
| XYZ | 6.07 | 3.78 | 7.81 | - |
| YUV | 54.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 79 | 0 | 0.63 | 0.11 | 0.65 | 310.71 | 0.46 | 0.24 |
| Hex | 59 | 21 | 4F | 0 | 3F | B | 41 | 137 | 2E | 18 |
| Octal | 131 | 41 | 117 | 0 | 77 | 13 | 101 | 467 | 56 | 30 |
| Binary | 1011001 | 100001 | 1001111 | 0 | 111111 | 1011 | 1000001 | 100110111 | 101110 | 11000 |
Color Harmonies of #59214F
Complementary color
Monochromatic Colors of #59214F
Black with #59214F
Text Example
Text Example
White with #59214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59214F; }
p { color: rgb(89,33,79); }
H1.HeaderClassName
{
color: #59214F;
}
.AnyTagClassName
{
color: #59214F;
}
</style>
background-color css
<style>
a { background-color: #59214F; }
a { background-color: rgb(89,33,79); }
div.DivClassName
{
background-color: #59214F;
}
.BgClassName
{
background-color: #59214F;
}
</style>
border-color css
<style>
span { border-color: #59214F; }
span { border-color: rgb(89,33,79); }
td.TdClassName
{
border-color: #59214F;
}
.TagClassName
{
border-color: #59214F;
}
</style>