Shades of Loulou #59264D
Tints of Loulou #59264D
RGB
CMYK
RGB Variations
Color information
#59264D (or 0x59264D) is known color: Loulou. HEX triplet: 59, 26 and 4D. RGB value is (89,38,77). Sum of RGB (Red+Green+Blue) = 89+38+77=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59264D is #A6D9B2. Grayscale: #393939. Windows color (decimal): -10934707 or 5056089. OLE color: 5056089.
HSL color Cylindrical-coordinate representation of color #59264D: hue angle of 314.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59264D is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 77 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.65 |
| HSL | 314.12º | 0.4% | 0.25% | - |
| HSV(B) | 314.12º | 0.57% | 0.35% | - |
| XYZ | 6.15 | 4.05 | 7.48 | - |
| YUV | 57.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 77 | 0 | 0.57 | 0.13 | 0.65 | 314.12 | 0.4 | 0.25 |
| Hex | 59 | 26 | 4D | 0 | 39 | D | 41 | 13A | 28 | 19 |
| Octal | 131 | 46 | 115 | 0 | 71 | 15 | 101 | 472 | 50 | 31 |
| Binary | 1011001 | 100110 | 1001101 | 0 | 111001 | 1101 | 1000001 | 100111010 | 101000 | 11001 |
Color Harmonies of #59264D
Complementary color
Monochromatic Colors of #59264D
Black with #59264D
Text Example
Text Example
White with #59264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59264D; }
p { color: rgb(89,38,77); }
H1.HeaderClassName
{
color: #59264D;
}
.AnyTagClassName
{
color: #59264D;
}
</style>
background-color css
<style>
a { background-color: #59264D; }
a { background-color: rgb(89,38,77); }
div.DivClassName
{
background-color: #59264D;
}
.BgClassName
{
background-color: #59264D;
}
</style>
border-color css
<style>
span { border-color: #59264D; }
span { border-color: rgb(89,38,77); }
td.TdClassName
{
border-color: #59264D;
}
.TagClassName
{
border-color: #59264D;
}
</style>