Shades of Loulou #582D4E
Tints of Loulou #582D4E
RGB
CMYK
RGB Variations
Color information
#582D4E (or 0x582D4E) is known color: Loulou. HEX triplet: 58, 2D and 4E. RGB value is (88,45,78). Sum of RGB (Red+Green+Blue) = 88+45+78=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D4E is #A7D2B1. Grayscale: #3D3D3D. Windows color (decimal): -10998450 or 5123416. OLE color: 5123416.
HSL color Cylindrical-coordinate representation of color #582D4E: hue angle of 313.95º 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 #582D4E is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 78 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.65 |
| HSL | 313.95º | 0.32% | 0.26% | - |
| HSV(B) | 313.95º | 0.49% | 0.35% | - |
| XYZ | 6.34 | 4.5 | 7.74 | - |
| YUV | 61.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 78 | 0 | 0.49 | 0.11 | 0.65 | 313.95 | 0.32 | 0.26 |
| Hex | 58 | 2D | 4E | 0 | 31 | B | 41 | 13A | 20 | 1A |
| Octal | 130 | 55 | 116 | 0 | 61 | 13 | 101 | 472 | 40 | 32 |
| Binary | 1011000 | 101101 | 1001110 | 0 | 110001 | 1011 | 1000001 | 100111010 | 100000 | 11010 |
Color Harmonies of #582D4E
Complementary color
Monochromatic Colors of #582D4E
Black with #582D4E
Text Example
Text Example
White with #582D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D4E; }
p { color: rgb(88,45,78); }
H1.HeaderClassName
{
color: #582D4E;
}
.AnyTagClassName
{
color: #582D4E;
}
</style>
background-color css
<style>
a { background-color: #582D4E; }
a { background-color: rgb(88,45,78); }
div.DivClassName
{
background-color: #582D4E;
}
.BgClassName
{
background-color: #582D4E;
}
</style>
border-color css
<style>
span { border-color: #582D4E; }
span { border-color: rgb(88,45,78); }
td.TdClassName
{
border-color: #582D4E;
}
.TagClassName
{
border-color: #582D4E;
}
</style>