Shades of Loulou #591A4B
Tints of Loulou #591A4B
RGB
CMYK
RGB Variations
Color information
#591A4B (or 0x591A4B) is known color: Loulou. HEX triplet: 59, 1A and 4B. RGB value is (89,26,75). Sum of RGB (Red+Green+Blue) = 89+26+75=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A4B is #A6E5B4. Grayscale: #323232. Windows color (decimal): -10937781 or 4921945. OLE color: 4921945.
HSL color Cylindrical-coordinate representation of color #591A4B: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A4B is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 75 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.65 |
| HSL | 313.33º | 0.55% | 0.23% | - |
| HSV(B) | 313.33º | 0.71% | 0.35% | - |
| XYZ | 5.76 | 3.37 | 7 | - |
| YUV | 50.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 75 | 0 | 0.71 | 0.16 | 0.65 | 313.33 | 0.55 | 0.23 |
| Hex | 59 | 1A | 4B | 0 | 47 | 10 | 41 | 139 | 37 | 17 |
| Octal | 131 | 32 | 113 | 0 | 107 | 20 | 101 | 471 | 67 | 27 |
| Binary | 1011001 | 11010 | 1001011 | 0 | 1000111 | 10000 | 1000001 | 100111001 | 110111 | 10111 |
Color Harmonies of #591A4B
Complementary color
Monochromatic Colors of #591A4B
Black with #591A4B
Text Example
Text Example
White with #591A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A4B; }
p { color: rgb(89,26,75); }
H1.HeaderClassName
{
color: #591A4B;
}
.AnyTagClassName
{
color: #591A4B;
}
</style>
background-color css
<style>
a { background-color: #591A4B; }
a { background-color: rgb(89,26,75); }
div.DivClassName
{
background-color: #591A4B;
}
.BgClassName
{
background-color: #591A4B;
}
</style>
border-color css
<style>
span { border-color: #591A4B; }
span { border-color: rgb(89,26,75); }
td.TdClassName
{
border-color: #591A4B;
}
.TagClassName
{
border-color: #591A4B;
}
</style>