Shades of Loulou #581749
Tints of Loulou #581749
RGB
CMYK
RGB Variations
Color information
#581749 (or 0x581749) is known color: Loulou. HEX triplet: 58, 17 and 49. RGB value is (88,23,73). Sum of RGB (Red+Green+Blue) = 88+23+73=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #581749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581749 is #A7E8B6. Grayscale: #303030. Windows color (decimal): -11004087 or 4790104. OLE color: 4790104.
HSL color Cylindrical-coordinate representation of color #581749: hue angle of 313.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581749 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 73 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.65 |
| HSL | 313.85º | 0.59% | 0.22% | - |
| HSV(B) | 313.85º | 0.74% | 0.35% | - |
| XYZ | 5.53 | 3.17 | 6.62 | - |
| YUV | 48.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 73 | 0 | 0.74 | 0.17 | 0.65 | 313.85 | 0.59 | 0.22 |
| Hex | 58 | 17 | 49 | 0 | 4A | 11 | 41 | 13A | 3B | 16 |
| Octal | 130 | 27 | 111 | 0 | 112 | 21 | 101 | 472 | 73 | 26 |
| Binary | 1011000 | 10111 | 1001001 | 0 | 1001010 | 10001 | 1000001 | 100111010 | 111011 | 10110 |
Color Harmonies of #581749
Complementary color
Monochromatic Colors of #581749
Black with #581749
Text Example
Text Example
White with #581749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581749; }
p { color: rgb(88,23,73); }
H1.HeaderClassName
{
color: #581749;
}
.AnyTagClassName
{
color: #581749;
}
</style>
background-color css
<style>
a { background-color: #581749; }
a { background-color: rgb(88,23,73); }
div.DivClassName
{
background-color: #581749;
}
.BgClassName
{
background-color: #581749;
}
</style>
border-color css
<style>
span { border-color: #581749; }
span { border-color: rgb(88,23,73); }
td.TdClassName
{
border-color: #581749;
}
.TagClassName
{
border-color: #581749;
}
</style>