Shades of Loulou #59284A
Tints of Loulou #59284A
RGB
CMYK
RGB Variations
Color information
#59284A (or 0x59284A) is known color: Loulou. HEX triplet: 59, 28 and 4A. RGB value is (89,40,74). Sum of RGB (Red+Green+Blue) = 89+40+74=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59284A is #A6D7B5. Grayscale: #3A3A3A. Windows color (decimal): -10934198 or 4859993. OLE color: 4859993.
HSL color Cylindrical-coordinate representation of color #59284A: hue angle of 318.37º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59284A is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 74 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.65 |
| HSL | 318.37º | 0.38% | 0.25% | - |
| HSV(B) | 318.37º | 0.55% | 0.35% | - |
| XYZ | 6.11 | 4.14 | 6.95 | - |
| YUV | 58.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 74 | 0 | 0.55 | 0.17 | 0.65 | 318.37 | 0.38 | 0.25 |
| Hex | 59 | 28 | 4A | 0 | 37 | 11 | 41 | 13E | 26 | 19 |
| Octal | 131 | 50 | 112 | 0 | 67 | 21 | 101 | 476 | 46 | 31 |
| Binary | 1011001 | 101000 | 1001010 | 0 | 110111 | 10001 | 1000001 | 100111110 | 100110 | 11001 |
Color Harmonies of #59284A
Complementary color
Monochromatic Colors of #59284A
Black with #59284A
Text Example
Text Example
White with #59284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59284A; }
p { color: rgb(89,40,74); }
H1.HeaderClassName
{
color: #59284A;
}
.AnyTagClassName
{
color: #59284A;
}
</style>
background-color css
<style>
a { background-color: #59284A; }
a { background-color: rgb(89,40,74); }
div.DivClassName
{
background-color: #59284A;
}
.BgClassName
{
background-color: #59284A;
}
</style>
border-color css
<style>
span { border-color: #59284A; }
span { border-color: rgb(89,40,74); }
td.TdClassName
{
border-color: #59284A;
}
.TagClassName
{
border-color: #59284A;
}
</style>