Shades of Loulou #582E47
Tints of Loulou #582E47
RGB
CMYK
RGB Variations
Color information
#582E47 (or 0x582E47) is known color: Loulou. HEX triplet: 58, 2E and 47. RGB value is (88,46,71). Sum of RGB (Red+Green+Blue) = 88+46+71=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E47 is #A7D1B8. Grayscale: #3D3D3D. Windows color (decimal): -10998201 or 4664920. OLE color: 4664920.
HSL color Cylindrical-coordinate representation of color #582E47: hue angle of 324.29º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E47 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 71 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.65 |
| HSL | 324.29º | 0.31% | 0.26% | - |
| HSV(B) | 324.29º | 0.48% | 0.35% | - |
| XYZ | 6.14 | 4.48 | 6.5 | - |
| YUV | 61.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 71 | 0 | 0.48 | 0.19 | 0.65 | 324.29 | 0.31 | 0.26 |
| Hex | 58 | 2E | 47 | 0 | 30 | 13 | 41 | 144 | 1F | 1A |
| Octal | 130 | 56 | 107 | 0 | 60 | 23 | 101 | 504 | 37 | 32 |
| Binary | 1011000 | 101110 | 1000111 | 0 | 110000 | 10011 | 1000001 | 101000100 | 11111 | 11010 |
Color Harmonies of #582E47
Complementary color
Monochromatic Colors of #582E47
Black with #582E47
Text Example
Text Example
White with #582E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E47; }
p { color: rgb(88,46,71); }
H1.HeaderClassName
{
color: #582E47;
}
.AnyTagClassName
{
color: #582E47;
}
</style>
background-color css
<style>
a { background-color: #582E47; }
a { background-color: rgb(88,46,71); }
div.DivClassName
{
background-color: #582E47;
}
.BgClassName
{
background-color: #582E47;
}
</style>
border-color css
<style>
span { border-color: #582E47; }
span { border-color: rgb(88,46,71); }
td.TdClassName
{
border-color: #582E47;
}
.TagClassName
{
border-color: #582E47;
}
</style>