Shades of Loulou #59244C
Tints of Loulou #59244C
RGB
CMYK
RGB Variations
Color information
#59244C (or 0x59244C) is known color: Loulou. HEX triplet: 59, 24 and 4C. RGB value is (89,36,76). Sum of RGB (Red+Green+Blue) = 89+36+76=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59244C is #A6DBB3. Grayscale: #383838. Windows color (decimal): -10935220 or 4990041. OLE color: 4990041.
HSL color Cylindrical-coordinate representation of color #59244C: hue angle of 314.72º 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 #59244C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 76 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.65 |
| HSL | 314.72º | 0.42% | 0.25% | - |
| HSV(B) | 314.72º | 0.6% | 0.35% | - |
| XYZ | 6.06 | 3.91 | 7.27 | - |
| YUV | 56.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 76 | 0 | 0.60 | 0.15 | 0.65 | 314.72 | 0.42 | 0.25 |
| Hex | 59 | 24 | 4C | 0 | 3C | F | 41 | 13B | 2A | 19 |
| Octal | 131 | 44 | 114 | 0 | 74 | 17 | 101 | 473 | 52 | 31 |
| Binary | 1011001 | 100100 | 1001100 | 0 | 111100 | 1111 | 1000001 | 100111011 | 101010 | 11001 |
Color Harmonies of #59244C
Complementary color
Monochromatic Colors of #59244C
Black with #59244C
Text Example
Text Example
White with #59244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59244C; }
p { color: rgb(89,36,76); }
H1.HeaderClassName
{
color: #59244C;
}
.AnyTagClassName
{
color: #59244C;
}
</style>
background-color css
<style>
a { background-color: #59244C; }
a { background-color: rgb(89,36,76); }
div.DivClassName
{
background-color: #59244C;
}
.BgClassName
{
background-color: #59244C;
}
</style>
border-color css
<style>
span { border-color: #59244C; }
span { border-color: rgb(89,36,76); }
td.TdClassName
{
border-color: #59244C;
}
.TagClassName
{
border-color: #59244C;
}
</style>