Shades of Loulou #551949
Tints of Loulou #551949
RGB
CMYK
RGB Variations
Color information
#551949 (or 0x551949) is known color: Loulou. HEX triplet: 55, 19 and 49. RGB value is (85,25,73). Sum of RGB (Red+Green+Blue) = 85+25+73=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #551949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551949 is #AAE6B6. Grayscale: #303030. Windows color (decimal): -11200183 or 4790613. OLE color: 4790613.
HSL color Cylindrical-coordinate representation of color #551949: hue angle of 312º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551949 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 73 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.67 |
| HSL | 312º | 0.55% | 0.22% | - |
| HSV(B) | 312º | 0.71% | 0.33% | - |
| XYZ | 5.3 | 3.11 | 6.62 | - |
| YUV | 48.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 73 | 0 | 0.71 | 0.14 | 0.67 | 312 | 0.55 | 0.22 |
| Hex | 55 | 19 | 49 | 0 | 47 | E | 43 | 138 | 37 | 16 |
| Octal | 125 | 31 | 111 | 0 | 107 | 16 | 103 | 470 | 67 | 26 |
| Binary | 1010101 | 11001 | 1001001 | 0 | 1000111 | 1110 | 1000011 | 100111000 | 110111 | 10110 |
Color Harmonies of #551949
Complementary color
Monochromatic Colors of #551949
Black with #551949
Text Example
Text Example
White with #551949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551949; }
p { color: rgb(85,25,73); }
H1.HeaderClassName
{
color: #551949;
}
.AnyTagClassName
{
color: #551949;
}
</style>
background-color css
<style>
a { background-color: #551949; }
a { background-color: rgb(85,25,73); }
div.DivClassName
{
background-color: #551949;
}
.BgClassName
{
background-color: #551949;
}
</style>
border-color css
<style>
span { border-color: #551949; }
span { border-color: rgb(85,25,73); }
td.TdClassName
{
border-color: #551949;
}
.TagClassName
{
border-color: #551949;
}
</style>