Shades of Loulou #58344D
Tints of Loulou #58344D
RGB
CMYK
RGB Variations
Color information
#58344D (or 0x58344D) is known color: Loulou. HEX triplet: 58, 34 and 4D. RGB value is (88,52,77). Sum of RGB (Red+Green+Blue) = 88+52+77=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58344D is #A7CBB2. Grayscale: #414141. Windows color (decimal): -10996659 or 5059672. OLE color: 5059672.
HSL color Cylindrical-coordinate representation of color #58344D: hue angle of 318.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58344D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 77 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.65 |
| HSL | 318.33º | 0.26% | 0.27% | - |
| HSV(B) | 318.33º | 0.41% | 0.35% | - |
| XYZ | 6.59 | 5.07 | 7.65 | - |
| YUV | 65.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 77 | 0 | 0.41 | 0.12 | 0.65 | 318.33 | 0.26 | 0.27 |
| Hex | 58 | 34 | 4D | 0 | 29 | C | 41 | 13E | 1A | 1B |
| Octal | 130 | 64 | 115 | 0 | 51 | 14 | 101 | 476 | 32 | 33 |
| Binary | 1011000 | 110100 | 1001101 | 0 | 101001 | 1100 | 1000001 | 100111110 | 11010 | 11011 |
Color Harmonies of #58344D
Complementary color
Monochromatic Colors of #58344D
Black with #58344D
Text Example
Text Example
White with #58344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58344D; }
p { color: rgb(88,52,77); }
H1.HeaderClassName
{
color: #58344D;
}
.AnyTagClassName
{
color: #58344D;
}
</style>
background-color css
<style>
a { background-color: #58344D; }
a { background-color: rgb(88,52,77); }
div.DivClassName
{
background-color: #58344D;
}
.BgClassName
{
background-color: #58344D;
}
</style>
border-color css
<style>
span { border-color: #58344D; }
span { border-color: rgb(88,52,77); }
td.TdClassName
{
border-color: #58344D;
}
.TagClassName
{
border-color: #58344D;
}
</style>