Shades of Loulou #551944
Tints of Loulou #551944
RGB
CMYK
RGB Variations
Color information
#551944 (or 0x551944) is known color: Loulou. HEX triplet: 55, 19 and 44. RGB value is (85,25,68). Sum of RGB (Red+Green+Blue) = 85+25+68=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551944 is #AAE6BB. Grayscale: #2F2F2F. Windows color (decimal): -11200188 or 4462933. OLE color: 4462933.
HSL color Cylindrical-coordinate representation of color #551944: hue angle of 317º 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 #551944 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 68 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.67 |
| HSL | 317º | 0.55% | 0.22% | - |
| HSV(B) | 317º | 0.71% | 0.33% | - |
| XYZ | 5.14 | 3.04 | 5.79 | - |
| YUV | 47.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 68 | 0 | 0.71 | 0.20 | 0.67 | 317 | 0.55 | 0.22 |
| Hex | 55 | 19 | 44 | 0 | 47 | 14 | 43 | 13D | 37 | 16 |
| Octal | 125 | 31 | 104 | 0 | 107 | 24 | 103 | 475 | 67 | 26 |
| Binary | 1010101 | 11001 | 1000100 | 0 | 1000111 | 10100 | 1000011 | 100111101 | 110111 | 10110 |
Color Harmonies of #551944
Complementary color
Monochromatic Colors of #551944
Black with #551944
Text Example
Text Example
White with #551944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551944; }
p { color: rgb(85,25,68); }
H1.HeaderClassName
{
color: #551944;
}
.AnyTagClassName
{
color: #551944;
}
</style>
background-color css
<style>
a { background-color: #551944; }
a { background-color: rgb(85,25,68); }
div.DivClassName
{
background-color: #551944;
}
.BgClassName
{
background-color: #551944;
}
</style>
border-color css
<style>
span { border-color: #551944; }
span { border-color: rgb(85,25,68); }
td.TdClassName
{
border-color: #551944;
}
.TagClassName
{
border-color: #551944;
}
</style>