Shades of Loulou #59274D
Tints of Loulou #59274D
RGB
CMYK
RGB Variations
Color information
#59274D (or 0x59274D) is known color: Loulou. HEX triplet: 59, 27 and 4D. RGB value is (89,39,77). Sum of RGB (Red+Green+Blue) = 89+39+77=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59274D is #A6D8B2. Grayscale: #3A3A3A. Windows color (decimal): -10934451 or 5056345. OLE color: 5056345.
HSL color Cylindrical-coordinate representation of color #59274D: hue angle of 314.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59274D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 77 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.65 |
| HSL | 314.4º | 0.39% | 0.25% | - |
| HSV(B) | 314.4º | 0.56% | 0.35% | - |
| XYZ | 6.18 | 4.11 | 7.49 | - |
| YUV | 58.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 77 | 0 | 0.56 | 0.13 | 0.65 | 314.4 | 0.39 | 0.25 |
| Hex | 59 | 27 | 4D | 0 | 38 | D | 41 | 13A | 27 | 19 |
| Octal | 131 | 47 | 115 | 0 | 70 | 15 | 101 | 472 | 47 | 31 |
| Binary | 1011001 | 100111 | 1001101 | 0 | 111000 | 1101 | 1000001 | 100111010 | 100111 | 11001 |
Color Harmonies of #59274D
Complementary color
Monochromatic Colors of #59274D
Black with #59274D
Text Example
Text Example
White with #59274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59274D; }
p { color: rgb(89,39,77); }
H1.HeaderClassName
{
color: #59274D;
}
.AnyTagClassName
{
color: #59274D;
}
</style>
background-color css
<style>
a { background-color: #59274D; }
a { background-color: rgb(89,39,77); }
div.DivClassName
{
background-color: #59274D;
}
.BgClassName
{
background-color: #59274D;
}
</style>
border-color css
<style>
span { border-color: #59274D; }
span { border-color: rgb(89,39,77); }
td.TdClassName
{
border-color: #59274D;
}
.TagClassName
{
border-color: #59274D;
}
</style>