Shades of Loulou #581A4D
Tints of Loulou #581A4D
RGB
CMYK
RGB Variations
Color information
#581A4D (or 0x581A4D) is known color: Loulou. HEX triplet: 58, 1A and 4D. RGB value is (88,26,77). Sum of RGB (Red+Green+Blue) = 88+26+77=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A4D is #A7E5B2. Grayscale: #323232. Windows color (decimal): -11003315 or 5053016. OLE color: 5053016.
HSL color Cylindrical-coordinate representation of color #581A4D: hue angle of 310.65º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A4D is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 77 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.65 |
| HSL | 310.65º | 0.54% | 0.22% | - |
| HSV(B) | 310.65º | 0.7% | 0.35% | - |
| XYZ | 5.73 | 3.35 | 7.37 | - |
| YUV | 50.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 77 | 0 | 0.70 | 0.12 | 0.65 | 310.65 | 0.54 | 0.22 |
| Hex | 58 | 1A | 4D | 0 | 46 | C | 41 | 137 | 36 | 16 |
| Octal | 130 | 32 | 115 | 0 | 106 | 14 | 101 | 467 | 66 | 26 |
| Binary | 1011000 | 11010 | 1001101 | 0 | 1000110 | 1100 | 1000001 | 100110111 | 110110 | 10110 |
Color Harmonies of #581A4D
Complementary color
Monochromatic Colors of #581A4D
Black with #581A4D
Text Example
Text Example
White with #581A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A4D; }
p { color: rgb(88,26,77); }
H1.HeaderClassName
{
color: #581A4D;
}
.AnyTagClassName
{
color: #581A4D;
}
</style>
background-color css
<style>
a { background-color: #581A4D; }
a { background-color: rgb(88,26,77); }
div.DivClassName
{
background-color: #581A4D;
}
.BgClassName
{
background-color: #581A4D;
}
</style>
border-color css
<style>
span { border-color: #581A4D; }
span { border-color: rgb(88,26,77); }
td.TdClassName
{
border-color: #581A4D;
}
.TagClassName
{
border-color: #581A4D;
}
</style>