Shades of Loulou #591B49
Tints of Loulou #591B49
RGB
CMYK
RGB Variations
Color information
#591B49 (or 0x591B49) is known color: Loulou. HEX triplet: 59, 1B and 49. RGB value is (89,27,73). Sum of RGB (Red+Green+Blue) = 89+27+73=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B49 is #A6E4B6. Grayscale: #323232. Windows color (decimal): -10937527 or 4791129. OLE color: 4791129.
HSL color Cylindrical-coordinate representation of color #591B49: hue angle of 315.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B49 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 73 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.65 |
| HSL | 315.48º | 0.53% | 0.23% | - |
| HSV(B) | 315.48º | 0.7% | 0.35% | - |
| XYZ | 5.71 | 3.39 | 6.66 | - |
| YUV | 50.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 73 | 0 | 0.70 | 0.18 | 0.65 | 315.48 | 0.53 | 0.23 |
| Hex | 59 | 1B | 49 | 0 | 46 | 12 | 41 | 13B | 35 | 17 |
| Octal | 131 | 33 | 111 | 0 | 106 | 22 | 101 | 473 | 65 | 27 |
| Binary | 1011001 | 11011 | 1001001 | 0 | 1000110 | 10010 | 1000001 | 100111011 | 110101 | 10111 |
Color Harmonies of #591B49
Complementary color
Monochromatic Colors of #591B49
Black with #591B49
Text Example
Text Example
White with #591B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B49; }
p { color: rgb(89,27,73); }
H1.HeaderClassName
{
color: #591B49;
}
.AnyTagClassName
{
color: #591B49;
}
</style>
background-color css
<style>
a { background-color: #591B49; }
a { background-color: rgb(89,27,73); }
div.DivClassName
{
background-color: #591B49;
}
.BgClassName
{
background-color: #591B49;
}
</style>
border-color css
<style>
span { border-color: #591B49; }
span { border-color: rgb(89,27,73); }
td.TdClassName
{
border-color: #591B49;
}
.TagClassName
{
border-color: #591B49;
}
</style>