Shades of Loulou #59274F
Tints of Loulou #59274F
RGB
CMYK
RGB Variations
Color information
#59274F (or 0x59274F) is known color: Loulou. HEX triplet: 59, 27 and 4F. RGB value is (89,39,79). Sum of RGB (Red+Green+Blue) = 89+39+79=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59274F is #A6D8B0. Grayscale: #3A3A3A. Windows color (decimal): -10934449 or 5187417. OLE color: 5187417.
HSL color Cylindrical-coordinate representation of color #59274F: hue angle of 312º 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 #59274F is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 79 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.65 |
| HSL | 312º | 0.39% | 0.25% | - |
| HSV(B) | 312º | 0.56% | 0.35% | - |
| XYZ | 6.26 | 4.14 | 7.87 | - |
| YUV | 58.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 79 | 0 | 0.56 | 0.11 | 0.65 | 312 | 0.39 | 0.25 |
| Hex | 59 | 27 | 4F | 0 | 38 | B | 41 | 138 | 27 | 19 |
| Octal | 131 | 47 | 117 | 0 | 70 | 13 | 101 | 470 | 47 | 31 |
| Binary | 1011001 | 100111 | 1001111 | 0 | 111000 | 1011 | 1000001 | 100111000 | 100111 | 11001 |
Color Harmonies of #59274F
Complementary color
Monochromatic Colors of #59274F
Black with #59274F
Text Example
Text Example
White with #59274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59274F; }
p { color: rgb(89,39,79); }
H1.HeaderClassName
{
color: #59274F;
}
.AnyTagClassName
{
color: #59274F;
}
</style>
background-color css
<style>
a { background-color: #59274F; }
a { background-color: rgb(89,39,79); }
div.DivClassName
{
background-color: #59274F;
}
.BgClassName
{
background-color: #59274F;
}
</style>
border-color css
<style>
span { border-color: #59274F; }
span { border-color: rgb(89,39,79); }
td.TdClassName
{
border-color: #59274F;
}
.TagClassName
{
border-color: #59274F;
}
</style>