Shades of Loulou #581F4D
Tints of Loulou #581F4D
RGB
CMYK
RGB Variations
Color information
#581F4D (or 0x581F4D) is known color: Loulou. HEX triplet: 58, 1F and 4D. RGB value is (88,31,77). Sum of RGB (Red+Green+Blue) = 88+31+77=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F4D is #A7E0B2. Grayscale: #353535. Windows color (decimal): -11002035 or 5054296. OLE color: 5054296.
HSL color Cylindrical-coordinate representation of color #581F4D: hue angle of 311.58º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F4D is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 77 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.65 |
| HSL | 311.58º | 0.48% | 0.23% | - |
| HSV(B) | 311.58º | 0.65% | 0.35% | - |
| XYZ | 5.85 | 3.59 | 7.41 | - |
| YUV | 53.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 77 | 0 | 0.65 | 0.12 | 0.65 | 311.58 | 0.48 | 0.23 |
| Hex | 58 | 1F | 4D | 0 | 41 | C | 41 | 138 | 30 | 17 |
| Octal | 130 | 37 | 115 | 0 | 101 | 14 | 101 | 470 | 60 | 27 |
| Binary | 1011000 | 11111 | 1001101 | 0 | 1000001 | 1100 | 1000001 | 100111000 | 110000 | 10111 |
Color Harmonies of #581F4D
Complementary color
Monochromatic Colors of #581F4D
Black with #581F4D
Text Example
Text Example
White with #581F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F4D; }
p { color: rgb(88,31,77); }
H1.HeaderClassName
{
color: #581F4D;
}
.AnyTagClassName
{
color: #581F4D;
}
</style>
background-color css
<style>
a { background-color: #581F4D; }
a { background-color: rgb(88,31,77); }
div.DivClassName
{
background-color: #581F4D;
}
.BgClassName
{
background-color: #581F4D;
}
</style>
border-color css
<style>
span { border-color: #581F4D; }
span { border-color: rgb(88,31,77); }
td.TdClassName
{
border-color: #581F4D;
}
.TagClassName
{
border-color: #581F4D;
}
</style>