Shades of Loulou #59214C
Tints of Loulou #59214C
RGB
CMYK
RGB Variations
Color information
#59214C (or 0x59214C) is known color: Loulou. HEX triplet: 59, 21 and 4C. RGB value is (89,33,76). Sum of RGB (Red+Green+Blue) = 89+33+76=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59214C is #A6DEB3. Grayscale: #363636. Windows color (decimal): -10935988 or 4989273. OLE color: 4989273.
HSL color Cylindrical-coordinate representation of color #59214C: hue angle of 313.93º 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 #59214C is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 76 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.65 |
| HSL | 313.93º | 0.46% | 0.24% | - |
| HSV(B) | 313.93º | 0.63% | 0.35% | - |
| XYZ | 5.97 | 3.73 | 7.24 | - |
| YUV | 54.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 76 | 0 | 0.63 | 0.15 | 0.65 | 313.93 | 0.46 | 0.24 |
| Hex | 59 | 21 | 4C | 0 | 3F | F | 41 | 13A | 2E | 18 |
| Octal | 131 | 41 | 114 | 0 | 77 | 17 | 101 | 472 | 56 | 30 |
| Binary | 1011001 | 100001 | 1001100 | 0 | 111111 | 1111 | 1000001 | 100111010 | 101110 | 11000 |
Color Harmonies of #59214C
Complementary color
Monochromatic Colors of #59214C
Black with #59214C
Text Example
Text Example
White with #59214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59214C; }
p { color: rgb(89,33,76); }
H1.HeaderClassName
{
color: #59214C;
}
.AnyTagClassName
{
color: #59214C;
}
</style>
background-color css
<style>
a { background-color: #59214C; }
a { background-color: rgb(89,33,76); }
div.DivClassName
{
background-color: #59214C;
}
.BgClassName
{
background-color: #59214C;
}
</style>
border-color css
<style>
span { border-color: #59214C; }
span { border-color: rgb(89,33,76); }
td.TdClassName
{
border-color: #59214C;
}
.TagClassName
{
border-color: #59214C;
}
</style>