Shades of Loulou #551749
Tints of Loulou #551749
RGB
CMYK
RGB Variations
Color information
#551749 (or 0x551749) is known color: Loulou. HEX triplet: 55, 17 and 49. RGB value is (85,23,73). Sum of RGB (Red+Green+Blue) = 85+23+73=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551749 is #AAE8B6. Grayscale: #2F2F2F. Windows color (decimal): -11200695 or 4790101. OLE color: 4790101.
HSL color Cylindrical-coordinate representation of color #551749: hue angle of 311.61º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551749 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 73 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.67 |
| HSL | 311.61º | 0.57% | 0.21% | - |
| HSV(B) | 311.61º | 0.73% | 0.33% | - |
| XYZ | 5.26 | 3.03 | 6.61 | - |
| YUV | 47.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 73 | 0 | 0.73 | 0.14 | 0.67 | 311.61 | 0.57 | 0.21 |
| Hex | 55 | 17 | 49 | 0 | 49 | E | 43 | 138 | 39 | 15 |
| Octal | 125 | 27 | 111 | 0 | 111 | 16 | 103 | 470 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001001 | 0 | 1001001 | 1110 | 1000011 | 100111000 | 111001 | 10101 |
Color Harmonies of #551749
Complementary color
Monochromatic Colors of #551749
Black with #551749
Text Example
Text Example
White with #551749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551749; }
p { color: rgb(85,23,73); }
H1.HeaderClassName
{
color: #551749;
}
.AnyTagClassName
{
color: #551749;
}
</style>
background-color css
<style>
a { background-color: #551749; }
a { background-color: rgb(85,23,73); }
div.DivClassName
{
background-color: #551749;
}
.BgClassName
{
background-color: #551749;
}
</style>
border-color css
<style>
span { border-color: #551749; }
span { border-color: rgb(85,23,73); }
td.TdClassName
{
border-color: #551749;
}
.TagClassName
{
border-color: #551749;
}
</style>