Shades of Loulou #592D4D
Tints of Loulou #592D4D
RGB
CMYK
RGB Variations
Color information
#592D4D (or 0x592D4D) is known color: Loulou. HEX triplet: 59, 2D and 4D. RGB value is (89,45,77). Sum of RGB (Red+Green+Blue) = 89+45+77=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D4D is #A6D2B2. Grayscale: #3D3D3D. Windows color (decimal): -10932915 or 5057881. OLE color: 5057881.
HSL color Cylindrical-coordinate representation of color #592D4D: hue angle of 316.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592D4D is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 45 | 77 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.65 |
| HSL | 316.36º | 0.33% | 0.26% | - |
| HSV(B) | 316.36º | 0.49% | 0.35% | - |
| XYZ | 6.4 | 4.54 | 7.56 | - |
| YUV | 61.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 77 | 0 | 0.49 | 0.13 | 0.65 | 316.36 | 0.33 | 0.26 |
| Hex | 59 | 2D | 4D | 0 | 31 | D | 41 | 13C | 21 | 1A |
| Octal | 131 | 55 | 115 | 0 | 61 | 15 | 101 | 474 | 41 | 32 |
| Binary | 1011001 | 101101 | 1001101 | 0 | 110001 | 1101 | 1000001 | 100111100 | 100001 | 11010 |
Color Harmonies of #592D4D
Complementary color
Monochromatic Colors of #592D4D
Black with #592D4D
Text Example
Text Example
White with #592D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D4D; }
p { color: rgb(89,45,77); }
H1.HeaderClassName
{
color: #592D4D;
}
.AnyTagClassName
{
color: #592D4D;
}
</style>
background-color css
<style>
a { background-color: #592D4D; }
a { background-color: rgb(89,45,77); }
div.DivClassName
{
background-color: #592D4D;
}
.BgClassName
{
background-color: #592D4D;
}
</style>
border-color css
<style>
span { border-color: #592D4D; }
span { border-color: rgb(89,45,77); }
td.TdClassName
{
border-color: #592D4D;
}
.TagClassName
{
border-color: #592D4D;
}
</style>