Shades of Loulou #59234D
Tints of Loulou #59234D
RGB
CMYK
RGB Variations
Color information
#59234D (or 0x59234D) is known color: Loulou. HEX triplet: 59, 23 and 4D. RGB value is (89,35,77). Sum of RGB (Red+Green+Blue) = 89+35+77=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59234D is #A6DCB2. Grayscale: #373737. Windows color (decimal): -10935475 or 5055321. OLE color: 5055321.
HSL color Cylindrical-coordinate representation of color #59234D: hue angle of 313.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59234D is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 77 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.65 |
| HSL | 313.33º | 0.44% | 0.24% | - |
| HSV(B) | 313.33º | 0.61% | 0.35% | - |
| XYZ | 6.06 | 3.86 | 7.45 | - |
| YUV | 55.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 77 | 0 | 0.61 | 0.13 | 0.65 | 313.33 | 0.44 | 0.24 |
| Hex | 59 | 23 | 4D | 0 | 3D | D | 41 | 139 | 2C | 18 |
| Octal | 131 | 43 | 115 | 0 | 75 | 15 | 101 | 471 | 54 | 30 |
| Binary | 1011001 | 100011 | 1001101 | 0 | 111101 | 1101 | 1000001 | 100111001 | 101100 | 11000 |
Color Harmonies of #59234D
Complementary color
Monochromatic Colors of #59234D
Black with #59234D
Text Example
Text Example
White with #59234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59234D; }
p { color: rgb(89,35,77); }
H1.HeaderClassName
{
color: #59234D;
}
.AnyTagClassName
{
color: #59234D;
}
</style>
background-color css
<style>
a { background-color: #59234D; }
a { background-color: rgb(89,35,77); }
div.DivClassName
{
background-color: #59234D;
}
.BgClassName
{
background-color: #59234D;
}
</style>
border-color css
<style>
span { border-color: #59234D; }
span { border-color: rgb(89,35,77); }
td.TdClassName
{
border-color: #59234D;
}
.TagClassName
{
border-color: #59234D;
}
</style>