Shades of Loulou #59284C
Tints of Loulou #59284C
RGB
CMYK
RGB Variations
Color information
#59284C (or 0x59284C) is known color: Loulou. HEX triplet: 59, 28 and 4C. RGB value is (89,40,76). Sum of RGB (Red+Green+Blue) = 89+40+76=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59284C is #A6D7B3. Grayscale: #3A3A3A. Windows color (decimal): -10934196 or 4991065. OLE color: 4991065.
HSL color Cylindrical-coordinate representation of color #59284C: hue angle of 315.92º 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 #59284C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 76 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.65 |
| HSL | 315.92º | 0.38% | 0.25% | - |
| HSV(B) | 315.92º | 0.55% | 0.35% | - |
| XYZ | 6.18 | 4.16 | 7.32 | - |
| YUV | 58.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 76 | 0 | 0.55 | 0.15 | 0.65 | 315.92 | 0.38 | 0.25 |
| Hex | 59 | 28 | 4C | 0 | 37 | F | 41 | 13C | 26 | 19 |
| Octal | 131 | 50 | 114 | 0 | 67 | 17 | 101 | 474 | 46 | 31 |
| Binary | 1011001 | 101000 | 1001100 | 0 | 110111 | 1111 | 1000001 | 100111100 | 100110 | 11001 |
Color Harmonies of #59284C
Complementary color
Monochromatic Colors of #59284C
Black with #59284C
Text Example
Text Example
White with #59284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59284C; }
p { color: rgb(89,40,76); }
H1.HeaderClassName
{
color: #59284C;
}
.AnyTagClassName
{
color: #59284C;
}
</style>
background-color css
<style>
a { background-color: #59284C; }
a { background-color: rgb(89,40,76); }
div.DivClassName
{
background-color: #59284C;
}
.BgClassName
{
background-color: #59284C;
}
</style>
border-color css
<style>
span { border-color: #59284C; }
span { border-color: rgb(89,40,76); }
td.TdClassName
{
border-color: #59284C;
}
.TagClassName
{
border-color: #59284C;
}
</style>