Shades of Loulou #59244E
Tints of Loulou #59244E
RGB
CMYK
RGB Variations
Color information
#59244E (or 0x59244E) is known color: Loulou. HEX triplet: 59, 24 and 4E. RGB value is (89,36,78). Sum of RGB (Red+Green+Blue) = 89+36+78=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59244E is #A6DBB1. Grayscale: #383838. Windows color (decimal): -10935218 or 5121113. OLE color: 5121113.
HSL color Cylindrical-coordinate representation of color #59244E: hue angle of 312.45º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59244E is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 78 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.65 |
| HSL | 312.45º | 0.42% | 0.25% | - |
| HSV(B) | 312.45º | 0.6% | 0.35% | - |
| XYZ | 6.13 | 3.94 | 7.64 | - |
| YUV | 56.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 78 | 0 | 0.60 | 0.12 | 0.65 | 312.45 | 0.42 | 0.25 |
| Hex | 59 | 24 | 4E | 0 | 3C | C | 41 | 138 | 2A | 19 |
| Octal | 131 | 44 | 116 | 0 | 74 | 14 | 101 | 470 | 52 | 31 |
| Binary | 1011001 | 100100 | 1001110 | 0 | 111100 | 1100 | 1000001 | 100111000 | 101010 | 11001 |
Color Harmonies of #59244E
Complementary color
Monochromatic Colors of #59244E
Black with #59244E
Text Example
Text Example
White with #59244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59244E; }
p { color: rgb(89,36,78); }
H1.HeaderClassName
{
color: #59244E;
}
.AnyTagClassName
{
color: #59244E;
}
</style>
background-color css
<style>
a { background-color: #59244E; }
a { background-color: rgb(89,36,78); }
div.DivClassName
{
background-color: #59244E;
}
.BgClassName
{
background-color: #59244E;
}
</style>
border-color css
<style>
span { border-color: #59244E; }
span { border-color: rgb(89,36,78); }
td.TdClassName
{
border-color: #59244E;
}
.TagClassName
{
border-color: #59244E;
}
</style>