Shades of Loulou #59324B
Tints of Loulou #59324B
RGB
CMYK
RGB Variations
Color information
#59324B (or 0x59324B) is known color: Loulou. HEX triplet: 59, 32 and 4B. RGB value is (89,50,75). Sum of RGB (Red+Green+Blue) = 89+50+75=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59324B is #A6CDB4. Grayscale: #404040. Windows color (decimal): -10931637 or 4928089. OLE color: 4928089.
HSL color Cylindrical-coordinate representation of color #59324B: hue angle of 321.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59324B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 75 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.65 |
| HSL | 321.54º | 0.28% | 0.27% | - |
| HSV(B) | 321.54º | 0.44% | 0.35% | - |
| XYZ | 6.53 | 4.91 | 7.26 | - |
| YUV | 64.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 75 | 0 | 0.44 | 0.16 | 0.65 | 321.54 | 0.28 | 0.27 |
| Hex | 59 | 32 | 4B | 0 | 2C | 10 | 41 | 142 | 1C | 1B |
| Octal | 131 | 62 | 113 | 0 | 54 | 20 | 101 | 502 | 34 | 33 |
| Binary | 1011001 | 110010 | 1001011 | 0 | 101100 | 10000 | 1000001 | 101000010 | 11100 | 11011 |
Color Harmonies of #59324B
Complementary color
Monochromatic Colors of #59324B
Black with #59324B
Text Example
Text Example
White with #59324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59324B; }
p { color: rgb(89,50,75); }
H1.HeaderClassName
{
color: #59324B;
}
.AnyTagClassName
{
color: #59324B;
}
</style>
background-color css
<style>
a { background-color: #59324B; }
a { background-color: rgb(89,50,75); }
div.DivClassName
{
background-color: #59324B;
}
.BgClassName
{
background-color: #59324B;
}
</style>
border-color css
<style>
span { border-color: #59324B; }
span { border-color: rgb(89,50,75); }
td.TdClassName
{
border-color: #59324B;
}
.TagClassName
{
border-color: #59324B;
}
</style>