Shades of Loulou #581C4D
Tints of Loulou #581C4D
RGB
CMYK
RGB Variations
Color information
#581C4D (or 0x581C4D) is known color: Loulou. HEX triplet: 58, 1C and 4D. RGB value is (88,28,77). Sum of RGB (Red+Green+Blue) = 88+28+77=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C4D is #A7E3B2. Grayscale: #333333. Windows color (decimal): -11002803 or 5053528. OLE color: 5053528.
HSL color Cylindrical-coordinate representation of color #581C4D: hue angle of 311º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C4D is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 77 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.65 |
| HSL | 311º | 0.52% | 0.23% | - |
| HSV(B) | 311º | 0.68% | 0.35% | - |
| XYZ | 5.78 | 3.44 | 7.38 | - |
| YUV | 51.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 77 | 0 | 0.68 | 0.12 | 0.65 | 311 | 0.52 | 0.23 |
| Hex | 58 | 1C | 4D | 0 | 44 | C | 41 | 137 | 34 | 17 |
| Octal | 130 | 34 | 115 | 0 | 104 | 14 | 101 | 467 | 64 | 27 |
| Binary | 1011000 | 11100 | 1001101 | 0 | 1000100 | 1100 | 1000001 | 100110111 | 110100 | 10111 |
Color Harmonies of #581C4D
Complementary color
Monochromatic Colors of #581C4D
Black with #581C4D
Text Example
Text Example
White with #581C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C4D; }
p { color: rgb(88,28,77); }
H1.HeaderClassName
{
color: #581C4D;
}
.AnyTagClassName
{
color: #581C4D;
}
</style>
background-color css
<style>
a { background-color: #581C4D; }
a { background-color: rgb(88,28,77); }
div.DivClassName
{
background-color: #581C4D;
}
.BgClassName
{
background-color: #581C4D;
}
</style>
border-color css
<style>
span { border-color: #581C4D; }
span { border-color: rgb(88,28,77); }
td.TdClassName
{
border-color: #581C4D;
}
.TagClassName
{
border-color: #581C4D;
}
</style>