Shades of Loulou #582D4D
Tints of Loulou #582D4D
RGB
CMYK
RGB Variations
Color information
#582D4D (or 0x582D4D) is known color: Loulou. HEX triplet: 58, 2D and 4D. RGB value is (88,45,77). Sum of RGB (Red+Green+Blue) = 88+45+77=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D4D is #A7D2B2. Grayscale: #3D3D3D. Windows color (decimal): -10998451 or 5057880. OLE color: 5057880.
HSL color Cylindrical-coordinate representation of color #582D4D: hue angle of 315.35º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D4D is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 77 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.65 |
| HSL | 315.35º | 0.32% | 0.26% | - |
| HSV(B) | 315.35º | 0.49% | 0.35% | - |
| XYZ | 6.3 | 4.49 | 7.56 | - |
| YUV | 61.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 77 | 0 | 0.49 | 0.12 | 0.65 | 315.35 | 0.32 | 0.26 |
| Hex | 58 | 2D | 4D | 0 | 31 | C | 41 | 13B | 20 | 1A |
| Octal | 130 | 55 | 115 | 0 | 61 | 14 | 101 | 473 | 40 | 32 |
| Binary | 1011000 | 101101 | 1001101 | 0 | 110001 | 1100 | 1000001 | 100111011 | 100000 | 11010 |
Color Harmonies of #582D4D
Complementary color
Monochromatic Colors of #582D4D
Black with #582D4D
Text Example
Text Example
White with #582D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D4D; }
p { color: rgb(88,45,77); }
H1.HeaderClassName
{
color: #582D4D;
}
.AnyTagClassName
{
color: #582D4D;
}
</style>
background-color css
<style>
a { background-color: #582D4D; }
a { background-color: rgb(88,45,77); }
div.DivClassName
{
background-color: #582D4D;
}
.BgClassName
{
background-color: #582D4D;
}
</style>
border-color css
<style>
span { border-color: #582D4D; }
span { border-color: rgb(88,45,77); }
td.TdClassName
{
border-color: #582D4D;
}
.TagClassName
{
border-color: #582D4D;
}
</style>