Shades of Loulou #59224A
Tints of Loulou #59224A
RGB
CMYK
RGB Variations
Color information
#59224A (or 0x59224A) is known color: Loulou. HEX triplet: 59, 22 and 4A. RGB value is (89,34,74). Sum of RGB (Red+Green+Blue) = 89+34+74=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59224A is #A6DDB5. Grayscale: #363636. Windows color (decimal): -10935734 or 4858457. OLE color: 4858457.
HSL color Cylindrical-coordinate representation of color #59224A: hue angle of 316.36º 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 #59224A is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 74 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.65 |
| HSL | 316.36º | 0.45% | 0.24% | - |
| HSV(B) | 316.36º | 0.62% | 0.35% | - |
| XYZ | 5.93 | 3.76 | 6.89 | - |
| YUV | 55.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 74 | 0 | 0.62 | 0.17 | 0.65 | 316.36 | 0.45 | 0.24 |
| Hex | 59 | 22 | 4A | 0 | 3E | 11 | 41 | 13C | 2D | 18 |
| Octal | 131 | 42 | 112 | 0 | 76 | 21 | 101 | 474 | 55 | 30 |
| Binary | 1011001 | 100010 | 1001010 | 0 | 111110 | 10001 | 1000001 | 100111100 | 101101 | 11000 |
Color Harmonies of #59224A
Complementary color
Monochromatic Colors of #59224A
Black with #59224A
Text Example
Text Example
White with #59224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59224A; }
p { color: rgb(89,34,74); }
H1.HeaderClassName
{
color: #59224A;
}
.AnyTagClassName
{
color: #59224A;
}
</style>
background-color css
<style>
a { background-color: #59224A; }
a { background-color: rgb(89,34,74); }
div.DivClassName
{
background-color: #59224A;
}
.BgClassName
{
background-color: #59224A;
}
</style>
border-color css
<style>
span { border-color: #59224A; }
span { border-color: rgb(89,34,74); }
td.TdClassName
{
border-color: #59224A;
}
.TagClassName
{
border-color: #59224A;
}
</style>