Shades of Loulou #59274A
Tints of Loulou #59274A
RGB
CMYK
RGB Variations
Color information
#59274A (or 0x59274A) is known color: Loulou. HEX triplet: 59, 27 and 4A. RGB value is (89,39,74). Sum of RGB (Red+Green+Blue) = 89+39+74=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59274A is #A6D8B5. Grayscale: #393939. Windows color (decimal): -10934454 or 4859737. OLE color: 4859737.
HSL color Cylindrical-coordinate representation of color #59274A: hue angle of 318º 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 #59274A is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 74 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.65 |
| HSL | 318º | 0.39% | 0.25% | - |
| HSV(B) | 318º | 0.56% | 0.35% | - |
| XYZ | 6.08 | 4.07 | 6.94 | - |
| YUV | 57.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 74 | 0 | 0.56 | 0.17 | 0.65 | 318 | 0.39 | 0.25 |
| Hex | 59 | 27 | 4A | 0 | 38 | 11 | 41 | 13E | 27 | 19 |
| Octal | 131 | 47 | 112 | 0 | 70 | 21 | 101 | 476 | 47 | 31 |
| Binary | 1011001 | 100111 | 1001010 | 0 | 111000 | 10001 | 1000001 | 100111110 | 100111 | 11001 |
Color Harmonies of #59274A
Complementary color
Monochromatic Colors of #59274A
Black with #59274A
Text Example
Text Example
White with #59274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59274A; }
p { color: rgb(89,39,74); }
H1.HeaderClassName
{
color: #59274A;
}
.AnyTagClassName
{
color: #59274A;
}
</style>
background-color css
<style>
a { background-color: #59274A; }
a { background-color: rgb(89,39,74); }
div.DivClassName
{
background-color: #59274A;
}
.BgClassName
{
background-color: #59274A;
}
</style>
border-color css
<style>
span { border-color: #59274A; }
span { border-color: rgb(89,39,74); }
td.TdClassName
{
border-color: #59274A;
}
.TagClassName
{
border-color: #59274A;
}
</style>