Shades of Loulou #592848
Tints of Loulou #592848
RGB
CMYK
RGB Variations
Color information
#592848 (or 0x592848) is known color: Loulou. HEX triplet: 59, 28 and 48. RGB value is (89,40,72). Sum of RGB (Red+Green+Blue) = 89+40+72=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #592848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592848 is #A6D7B7. Grayscale: #3A3A3A. Windows color (decimal): -10934200 or 4728921. OLE color: 4728921.
HSL color Cylindrical-coordinate representation of color #592848: hue angle of 320.82º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #592848 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 72 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.65 |
| HSL | 320.82º | 0.38% | 0.25% | - |
| HSV(B) | 320.82º | 0.55% | 0.35% | - |
| XYZ | 6.05 | 4.11 | 6.61 | - |
| YUV | 58.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 72 | 0 | 0.55 | 0.19 | 0.65 | 320.82 | 0.38 | 0.25 |
| Hex | 59 | 28 | 48 | 0 | 37 | 13 | 41 | 141 | 26 | 19 |
| Octal | 131 | 50 | 110 | 0 | 67 | 23 | 101 | 501 | 46 | 31 |
| Binary | 1011001 | 101000 | 1001000 | 0 | 110111 | 10011 | 1000001 | 101000001 | 100110 | 11001 |
Color Harmonies of #592848
Complementary color
Monochromatic Colors of #592848
Black with #592848
Text Example
Text Example
White with #592848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592848; }
p { color: rgb(89,40,72); }
H1.HeaderClassName
{
color: #592848;
}
.AnyTagClassName
{
color: #592848;
}
</style>
background-color css
<style>
a { background-color: #592848; }
a { background-color: rgb(89,40,72); }
div.DivClassName
{
background-color: #592848;
}
.BgClassName
{
background-color: #592848;
}
</style>
border-color css
<style>
span { border-color: #592848; }
span { border-color: rgb(89,40,72); }
td.TdClassName
{
border-color: #592848;
}
.TagClassName
{
border-color: #592848;
}
</style>