Shades of Loulou #59344D
Tints of Loulou #59344D
RGB
CMYK
RGB Variations
Color information
#59344D (or 0x59344D) is known color: Loulou. HEX triplet: 59, 34 and 4D. RGB value is (89,52,77). Sum of RGB (Red+Green+Blue) = 89+52+77=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59344D is #A6CBB2. Grayscale: #414141. Windows color (decimal): -10931123 or 5059673. OLE color: 5059673.
HSL color Cylindrical-coordinate representation of color #59344D: hue angle of 319.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59344D is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 77 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.65 |
| HSL | 319.46º | 0.26% | 0.28% | - |
| HSV(B) | 319.46º | 0.42% | 0.35% | - |
| XYZ | 6.69 | 5.12 | 7.66 | - |
| YUV | 65.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 77 | 0 | 0.42 | 0.13 | 0.65 | 319.46 | 0.26 | 0.28 |
| Hex | 59 | 34 | 4D | 0 | 2A | D | 41 | 13F | 1A | 1C |
| Octal | 131 | 64 | 115 | 0 | 52 | 15 | 101 | 477 | 32 | 34 |
| Binary | 1011001 | 110100 | 1001101 | 0 | 101010 | 1101 | 1000001 | 100111111 | 11010 | 11100 |
Color Harmonies of #59344D
Complementary color
Monochromatic Colors of #59344D
Black with #59344D
Text Example
Text Example
White with #59344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59344D; }
p { color: rgb(89,52,77); }
H1.HeaderClassName
{
color: #59344D;
}
.AnyTagClassName
{
color: #59344D;
}
</style>
background-color css
<style>
a { background-color: #59344D; }
a { background-color: rgb(89,52,77); }
div.DivClassName
{
background-color: #59344D;
}
.BgClassName
{
background-color: #59344D;
}
</style>
border-color css
<style>
span { border-color: #59344D; }
span { border-color: rgb(89,52,77); }
td.TdClassName
{
border-color: #59344D;
}
.TagClassName
{
border-color: #59344D;
}
</style>