Shades of Loulou #591C4C
Tints of Loulou #591C4C
RGB
CMYK
RGB Variations
Color information
#591C4C (or 0x591C4C) is known color: Loulou. HEX triplet: 59, 1C and 4C. RGB value is (89,28,76). Sum of RGB (Red+Green+Blue) = 89+28+76=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C4C is #A6E3B3. Grayscale: #333333. Windows color (decimal): -10937268 or 4987993. OLE color: 4987993.
HSL color Cylindrical-coordinate representation of color #591C4C: hue angle of 312.79º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C4C is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 76 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.65 |
| HSL | 312.79º | 0.52% | 0.23% | - |
| HSV(B) | 312.79º | 0.69% | 0.35% | - |
| XYZ | 5.84 | 3.48 | 7.2 | - |
| YUV | 51.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 76 | 0 | 0.69 | 0.15 | 0.65 | 312.79 | 0.52 | 0.23 |
| Hex | 59 | 1C | 4C | 0 | 45 | F | 41 | 139 | 34 | 17 |
| Octal | 131 | 34 | 114 | 0 | 105 | 17 | 101 | 471 | 64 | 27 |
| Binary | 1011001 | 11100 | 1001100 | 0 | 1000101 | 1111 | 1000001 | 100111001 | 110100 | 10111 |
Color Harmonies of #591C4C
Complementary color
Monochromatic Colors of #591C4C
Black with #591C4C
Text Example
Text Example
White with #591C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C4C; }
p { color: rgb(89,28,76); }
H1.HeaderClassName
{
color: #591C4C;
}
.AnyTagClassName
{
color: #591C4C;
}
</style>
background-color css
<style>
a { background-color: #591C4C; }
a { background-color: rgb(89,28,76); }
div.DivClassName
{
background-color: #591C4C;
}
.BgClassName
{
background-color: #591C4C;
}
</style>
border-color css
<style>
span { border-color: #591C4C; }
span { border-color: rgb(89,28,76); }
td.TdClassName
{
border-color: #591C4C;
}
.TagClassName
{
border-color: #591C4C;
}
</style>