Shades of Loulou #58224D
Tints of Loulou #58224D
RGB
CMYK
RGB Variations
Color information
#58224D (or 0x58224D) is known color: Loulou. HEX triplet: 58, 22 and 4D. RGB value is (88,34,77). Sum of RGB (Red+Green+Blue) = 88+34+77=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58224D is #A7DDB2. Grayscale: #363636. Windows color (decimal): -11001267 or 5055064. OLE color: 5055064.
HSL color Cylindrical-coordinate representation of color #58224D: hue angle of 312.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58224D is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 77 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.65 |
| HSL | 312.22º | 0.44% | 0.24% | - |
| HSV(B) | 312.22º | 0.61% | 0.35% | - |
| XYZ | 5.94 | 3.75 | 7.43 | - |
| YUV | 55.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 77 | 0 | 0.61 | 0.12 | 0.65 | 312.22 | 0.44 | 0.24 |
| Hex | 58 | 22 | 4D | 0 | 3D | C | 41 | 138 | 2C | 18 |
| Octal | 130 | 42 | 115 | 0 | 75 | 14 | 101 | 470 | 54 | 30 |
| Binary | 1011000 | 100010 | 1001101 | 0 | 111101 | 1100 | 1000001 | 100111000 | 101100 | 11000 |
Color Harmonies of #58224D
Complementary color
Monochromatic Colors of #58224D
Black with #58224D
Text Example
Text Example
White with #58224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58224D; }
p { color: rgb(88,34,77); }
H1.HeaderClassName
{
color: #58224D;
}
.AnyTagClassName
{
color: #58224D;
}
</style>
background-color css
<style>
a { background-color: #58224D; }
a { background-color: rgb(88,34,77); }
div.DivClassName
{
background-color: #58224D;
}
.BgClassName
{
background-color: #58224D;
}
</style>
border-color css
<style>
span { border-color: #58224D; }
span { border-color: rgb(88,34,77); }
td.TdClassName
{
border-color: #58224D;
}
.TagClassName
{
border-color: #58224D;
}
</style>