Shades of Loulou #582A4B
Tints of Loulou #582A4B
RGB
CMYK
RGB Variations
Color information
#582A4B (or 0x582A4B) is known color: Loulou. HEX triplet: 58, 2A and 4B. RGB value is (88,42,75). Sum of RGB (Red+Green+Blue) = 88+42+75=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A4B is #A7D5B4. Grayscale: #3B3B3B. Windows color (decimal): -10999221 or 4926040. OLE color: 4926040.
HSL color Cylindrical-coordinate representation of color #582A4B: hue angle of 316.96º 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 #582A4B is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 75 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.65 |
| HSL | 316.96º | 0.35% | 0.25% | - |
| HSV(B) | 316.96º | 0.52% | 0.35% | - |
| XYZ | 6.12 | 4.24 | 7.15 | - |
| YUV | 59.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 75 | 0 | 0.52 | 0.15 | 0.65 | 316.96 | 0.35 | 0.25 |
| Hex | 58 | 2A | 4B | 0 | 34 | F | 41 | 13D | 23 | 19 |
| Octal | 130 | 52 | 113 | 0 | 64 | 17 | 101 | 475 | 43 | 31 |
| Binary | 1011000 | 101010 | 1001011 | 0 | 110100 | 1111 | 1000001 | 100111101 | 100011 | 11001 |
Color Harmonies of #582A4B
Complementary color
Monochromatic Colors of #582A4B
Black with #582A4B
Text Example
Text Example
White with #582A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A4B; }
p { color: rgb(88,42,75); }
H1.HeaderClassName
{
color: #582A4B;
}
.AnyTagClassName
{
color: #582A4B;
}
</style>
background-color css
<style>
a { background-color: #582A4B; }
a { background-color: rgb(88,42,75); }
div.DivClassName
{
background-color: #582A4B;
}
.BgClassName
{
background-color: #582A4B;
}
</style>
border-color css
<style>
span { border-color: #582A4B; }
span { border-color: rgb(88,42,75); }
td.TdClassName
{
border-color: #582A4B;
}
.TagClassName
{
border-color: #582A4B;
}
</style>