Shades of Loulou #58234D
Tints of Loulou #58234D
RGB
CMYK
RGB Variations
Color information
#58234D (or 0x58234D) is known color: Loulou. HEX triplet: 58, 23 and 4D. RGB value is (88,35,77). Sum of RGB (Red+Green+Blue) = 88+35+77=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58234D is #A7DCB2. Grayscale: #373737. Windows color (decimal): -11001011 or 5055320. OLE color: 5055320.
HSL color Cylindrical-coordinate representation of color #58234D: hue angle of 312.45º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58234D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 35 | 77 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.65 |
| HSL | 312.45º | 0.43% | 0.24% | - |
| HSV(B) | 312.45º | 0.6% | 0.35% | - |
| XYZ | 5.97 | 3.81 | 7.44 | - |
| YUV | 55.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 77 | 0 | 0.60 | 0.12 | 0.65 | 312.45 | 0.43 | 0.24 |
| Hex | 58 | 23 | 4D | 0 | 3C | C | 41 | 138 | 2B | 18 |
| Octal | 130 | 43 | 115 | 0 | 74 | 14 | 101 | 470 | 53 | 30 |
| Binary | 1011000 | 100011 | 1001101 | 0 | 111100 | 1100 | 1000001 | 100111000 | 101011 | 11000 |
Color Harmonies of #58234D
Complementary color
Monochromatic Colors of #58234D
Black with #58234D
Text Example
Text Example
White with #58234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58234D; }
p { color: rgb(88,35,77); }
H1.HeaderClassName
{
color: #58234D;
}
.AnyTagClassName
{
color: #58234D;
}
</style>
background-color css
<style>
a { background-color: #58234D; }
a { background-color: rgb(88,35,77); }
div.DivClassName
{
background-color: #58234D;
}
.BgClassName
{
background-color: #58234D;
}
</style>
border-color css
<style>
span { border-color: #58234D; }
span { border-color: rgb(88,35,77); }
td.TdClassName
{
border-color: #58234D;
}
.TagClassName
{
border-color: #58234D;
}
</style>