Shades of Loulou #582E4D
Tints of Loulou #582E4D
RGB
CMYK
RGB Variations
Color information
#582E4D (or 0x582E4D) is known color: Loulou. HEX triplet: 58, 2E and 4D. RGB value is (88,46,77). Sum of RGB (Red+Green+Blue) = 88+46+77=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E4D is #A7D1B2. Grayscale: #3E3E3E. Windows color (decimal): -10998195 or 5058136. OLE color: 5058136.
HSL color Cylindrical-coordinate representation of color #582E4D: hue angle of 315.71º 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 #582E4D is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 77 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.65 |
| HSL | 315.71º | 0.31% | 0.26% | - |
| HSV(B) | 315.71º | 0.48% | 0.35% | - |
| XYZ | 6.34 | 4.56 | 7.57 | - |
| YUV | 62.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 77 | 0 | 0.48 | 0.12 | 0.65 | 315.71 | 0.31 | 0.26 |
| Hex | 58 | 2E | 4D | 0 | 30 | C | 41 | 13C | 1F | 1A |
| Octal | 130 | 56 | 115 | 0 | 60 | 14 | 101 | 474 | 37 | 32 |
| Binary | 1011000 | 101110 | 1001101 | 0 | 110000 | 1100 | 1000001 | 100111100 | 11111 | 11010 |
Color Harmonies of #582E4D
Complementary color
Monochromatic Colors of #582E4D
Black with #582E4D
Text Example
Text Example
White with #582E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E4D; }
p { color: rgb(88,46,77); }
H1.HeaderClassName
{
color: #582E4D;
}
.AnyTagClassName
{
color: #582E4D;
}
</style>
background-color css
<style>
a { background-color: #582E4D; }
a { background-color: rgb(88,46,77); }
div.DivClassName
{
background-color: #582E4D;
}
.BgClassName
{
background-color: #582E4D;
}
</style>
border-color css
<style>
span { border-color: #582E4D; }
span { border-color: rgb(88,46,77); }
td.TdClassName
{
border-color: #582E4D;
}
.TagClassName
{
border-color: #582E4D;
}
</style>