Shades of Loulou #58214D
Tints of Loulou #58214D
RGB
CMYK
RGB Variations
Color information
#58214D (or 0x58214D) is known color: Loulou. HEX triplet: 58, 21 and 4D. RGB value is (88,33,77). Sum of RGB (Red+Green+Blue) = 88+33+77=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58214D is #A7DEB2. Grayscale: #363636. Windows color (decimal): -11001523 or 5054808. OLE color: 5054808.
HSL color Cylindrical-coordinate representation of color #58214D: hue angle of 312º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58214D is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 33 | 77 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.65 |
| HSL | 312º | 0.45% | 0.24% | - |
| HSV(B) | 312º | 0.63% | 0.35% | - |
| XYZ | 5.91 | 3.7 | 7.42 | - |
| YUV | 54.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 77 | 0 | 0.62 | 0.12 | 0.65 | 312 | 0.45 | 0.24 |
| Hex | 58 | 21 | 4D | 0 | 3E | C | 41 | 138 | 2D | 18 |
| Octal | 130 | 41 | 115 | 0 | 76 | 14 | 101 | 470 | 55 | 30 |
| Binary | 1011000 | 100001 | 1001101 | 0 | 111110 | 1100 | 1000001 | 100111000 | 101101 | 11000 |
Color Harmonies of #58214D
Complementary color
Monochromatic Colors of #58214D
Black with #58214D
Text Example
Text Example
White with #58214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58214D; }
p { color: rgb(88,33,77); }
H1.HeaderClassName
{
color: #58214D;
}
.AnyTagClassName
{
color: #58214D;
}
</style>
background-color css
<style>
a { background-color: #58214D; }
a { background-color: rgb(88,33,77); }
div.DivClassName
{
background-color: #58214D;
}
.BgClassName
{
background-color: #58214D;
}
</style>
border-color css
<style>
span { border-color: #58214D; }
span { border-color: rgb(88,33,77); }
td.TdClassName
{
border-color: #58214D;
}
.TagClassName
{
border-color: #58214D;
}
</style>