Shades of Mulled Wine #55495E
Tints of Mulled Wine #55495E
RGB
CMYK
RGB Variations
Color information
#55495E (or 0x55495E) is known color: Mulled Wine. HEX triplet: 55, 49 and 5E. RGB value is (85,73,94). Sum of RGB (Red+Green+Blue) = 85+73+94=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #55495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495E is #AAB6A1. Grayscale: #4E4E4E. Windows color (decimal): -11187874 or 6179157. OLE color: 6179157.
HSL color Cylindrical-coordinate representation of color #55495E: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55495E is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 73 | 94 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.63 |
| HSL | 274.29º | 0.13% | 0.33% | - |
| HSV(B) | 274.29º | 0.22% | 0.37% | - |
| XYZ | 8.15 | 7.5 | 11.61 | - |
| YUV | 78.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 94 | 0.10 | 0.22 | 0 | 0.63 | 274.29 | 0.13 | 0.33 |
| Hex | 55 | 49 | 5E | A | 16 | 0 | 3F | 112 | D | 21 |
| Octal | 125 | 111 | 136 | 12 | 26 | 0 | 77 | 422 | 15 | 41 |
| Binary | 1010101 | 1001001 | 1011110 | 1010 | 10110 | 0 | 111111 | 100010010 | 1101 | 100001 |
Color Harmonies of #55495E
Complementary color
Monochromatic Colors of #55495E
Black with #55495E
Text Example
Text Example
White with #55495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55495E; }
p { color: rgb(85,73,94); }
H1.HeaderClassName
{
color: #55495E;
}
.AnyTagClassName
{
color: #55495E;
}
</style>
background-color css
<style>
a { background-color: #55495E; }
a { background-color: rgb(85,73,94); }
div.DivClassName
{
background-color: #55495E;
}
.BgClassName
{
background-color: #55495E;
}
</style>
border-color css
<style>
span { border-color: #55495E; }
span { border-color: rgb(85,73,94); }
td.TdClassName
{
border-color: #55495E;
}
.TagClassName
{
border-color: #55495E;
}
</style>