Shades of Loulou #582E4C
Tints of Loulou #582E4C
RGB
CMYK
RGB Variations
Color information
#582E4C (or 0x582E4C) is known color: Loulou. HEX triplet: 58, 2E and 4C. RGB value is (88,46,76). Sum of RGB (Red+Green+Blue) = 88+46+76=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E4C is #A7D1B3. Grayscale: #3D3D3D. Windows color (decimal): -10998196 or 4992600. OLE color: 4992600.
HSL color Cylindrical-coordinate representation of color #582E4C: hue angle of 317.14º 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 #582E4C is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 76 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.65 |
| HSL | 317.14º | 0.31% | 0.26% | - |
| HSV(B) | 317.14º | 0.48% | 0.35% | - |
| XYZ | 6.31 | 4.55 | 7.38 | - |
| YUV | 61.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 76 | 0 | 0.48 | 0.14 | 0.65 | 317.14 | 0.31 | 0.26 |
| Hex | 58 | 2E | 4C | 0 | 30 | E | 41 | 13D | 1F | 1A |
| Octal | 130 | 56 | 114 | 0 | 60 | 16 | 101 | 475 | 37 | 32 |
| Binary | 1011000 | 101110 | 1001100 | 0 | 110000 | 1110 | 1000001 | 100111101 | 11111 | 11010 |
Color Harmonies of #582E4C
Complementary color
Monochromatic Colors of #582E4C
Black with #582E4C
Text Example
Text Example
White with #582E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E4C; }
p { color: rgb(88,46,76); }
H1.HeaderClassName
{
color: #582E4C;
}
.AnyTagClassName
{
color: #582E4C;
}
</style>
background-color css
<style>
a { background-color: #582E4C; }
a { background-color: rgb(88,46,76); }
div.DivClassName
{
background-color: #582E4C;
}
.BgClassName
{
background-color: #582E4C;
}
</style>
border-color css
<style>
span { border-color: #582E4C; }
span { border-color: rgb(88,46,76); }
td.TdClassName
{
border-color: #582E4C;
}
.TagClassName
{
border-color: #582E4C;
}
</style>