Shades of Loulou #581849
Tints of Loulou #581849
RGB
CMYK
RGB Variations
Color information
#581849 (or 0x581849) is known color: Loulou. HEX triplet: 58, 18 and 49. RGB value is (88,24,73). Sum of RGB (Red+Green+Blue) = 88+24+73=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #581849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581849 is #A7E7B6. Grayscale: #303030. Windows color (decimal): -11003831 or 4790360. OLE color: 4790360.
HSL color Cylindrical-coordinate representation of color #581849: hue angle of 314.06º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581849 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 73 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.65 |
| HSL | 314.06º | 0.57% | 0.22% | - |
| HSV(B) | 314.06º | 0.73% | 0.35% | - |
| XYZ | 5.55 | 3.21 | 6.63 | - |
| YUV | 48.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 73 | 0 | 0.73 | 0.17 | 0.65 | 314.06 | 0.57 | 0.22 |
| Hex | 58 | 18 | 49 | 0 | 49 | 11 | 41 | 13A | 39 | 16 |
| Octal | 130 | 30 | 111 | 0 | 111 | 21 | 101 | 472 | 71 | 26 |
| Binary | 1011000 | 11000 | 1001001 | 0 | 1001001 | 10001 | 1000001 | 100111010 | 111001 | 10110 |
Color Harmonies of #581849
Complementary color
Monochromatic Colors of #581849
Black with #581849
Text Example
Text Example
White with #581849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581849; }
p { color: rgb(88,24,73); }
H1.HeaderClassName
{
color: #581849;
}
.AnyTagClassName
{
color: #581849;
}
</style>
background-color css
<style>
a { background-color: #581849; }
a { background-color: rgb(88,24,73); }
div.DivClassName
{
background-color: #581849;
}
.BgClassName
{
background-color: #581849;
}
</style>
border-color css
<style>
span { border-color: #581849; }
span { border-color: rgb(88,24,73); }
td.TdClassName
{
border-color: #581849;
}
.TagClassName
{
border-color: #581849;
}
</style>