Shades of Loulou #582A4E
Tints of Loulou #582A4E
RGB
CMYK
RGB Variations
Color information
#582A4E (or 0x582A4E) is known color: Loulou. HEX triplet: 58, 2A and 4E. RGB value is (88,42,78). Sum of RGB (Red+Green+Blue) = 88+42+78=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A4E is #A7D5B1. Grayscale: #3B3B3B. Windows color (decimal): -10999218 or 5122648. OLE color: 5122648.
HSL color Cylindrical-coordinate representation of color #582A4E: hue angle of 313.04º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A4E is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 78 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.65 |
| HSL | 313.04º | 0.35% | 0.25% | - |
| HSV(B) | 313.04º | 0.52% | 0.35% | - |
| XYZ | 6.23 | 4.28 | 7.71 | - |
| YUV | 59.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 78 | 0 | 0.52 | 0.11 | 0.65 | 313.04 | 0.35 | 0.25 |
| Hex | 58 | 2A | 4E | 0 | 34 | B | 41 | 139 | 23 | 19 |
| Octal | 130 | 52 | 116 | 0 | 64 | 13 | 101 | 471 | 43 | 31 |
| Binary | 1011000 | 101010 | 1001110 | 0 | 110100 | 1011 | 1000001 | 100111001 | 100011 | 11001 |
Color Harmonies of #582A4E
Complementary color
Monochromatic Colors of #582A4E
Black with #582A4E
Text Example
Text Example
White with #582A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A4E; }
p { color: rgb(88,42,78); }
H1.HeaderClassName
{
color: #582A4E;
}
.AnyTagClassName
{
color: #582A4E;
}
</style>
background-color css
<style>
a { background-color: #582A4E; }
a { background-color: rgb(88,42,78); }
div.DivClassName
{
background-color: #582A4E;
}
.BgClassName
{
background-color: #582A4E;
}
</style>
border-color css
<style>
span { border-color: #582A4E; }
span { border-color: rgb(88,42,78); }
td.TdClassName
{
border-color: #582A4E;
}
.TagClassName
{
border-color: #582A4E;
}
</style>