Shades of Loulou #591B4C
Tints of Loulou #591B4C
RGB
CMYK
RGB Variations
Color information
#591B4C (or 0x591B4C) is known color: Loulou. HEX triplet: 59, 1B and 4C. RGB value is (89,27,76). Sum of RGB (Red+Green+Blue) = 89+27+76=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B4C is #A6E4B3. Grayscale: #323232. Windows color (decimal): -10937524 or 4987737. OLE color: 4987737.
HSL color Cylindrical-coordinate representation of color #591B4C: hue angle of 312.58º 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 #591B4C is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 76 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.65 |
| HSL | 312.58º | 0.53% | 0.23% | - |
| HSV(B) | 312.58º | 0.7% | 0.35% | - |
| XYZ | 5.82 | 3.43 | 7.19 | - |
| YUV | 51.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 76 | 0 | 0.70 | 0.15 | 0.65 | 312.58 | 0.53 | 0.23 |
| Hex | 59 | 1B | 4C | 0 | 46 | F | 41 | 139 | 35 | 17 |
| Octal | 131 | 33 | 114 | 0 | 106 | 17 | 101 | 471 | 65 | 27 |
| Binary | 1011001 | 11011 | 1001100 | 0 | 1000110 | 1111 | 1000001 | 100111001 | 110101 | 10111 |
Color Harmonies of #591B4C
Complementary color
Monochromatic Colors of #591B4C
Black with #591B4C
Text Example
Text Example
White with #591B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B4C; }
p { color: rgb(89,27,76); }
H1.HeaderClassName
{
color: #591B4C;
}
.AnyTagClassName
{
color: #591B4C;
}
</style>
background-color css
<style>
a { background-color: #591B4C; }
a { background-color: rgb(89,27,76); }
div.DivClassName
{
background-color: #591B4C;
}
.BgClassName
{
background-color: #591B4C;
}
</style>
border-color css
<style>
span { border-color: #591B4C; }
span { border-color: rgb(89,27,76); }
td.TdClassName
{
border-color: #591B4C;
}
.TagClassName
{
border-color: #591B4C;
}
</style>