Shades of Mulled Wine #55496C
Tints of Mulled Wine #55496C
RGB
CMYK
RGB Variations
Color information
#55496C (or 0x55496C) is known color: Mulled Wine. HEX triplet: 55, 49 and 6C. RGB value is (85,73,108). Sum of RGB (Red+Green+Blue) = 85+73+108=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #55496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55496C is #AAB693. Grayscale: #505050. Windows color (decimal): -11187860 or 7096661. OLE color: 7096661.
HSL color Cylindrical-coordinate representation of color #55496C: hue angle of 260.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55496C is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 73 | 108 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.58 |
| HSL | 260.57º | 0.19% | 0.35% | - |
| HSV(B) | 260.57º | 0.32% | 0.42% | - |
| XYZ | 8.84 | 7.78 | 15.22 | - |
| YUV | 80.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 108 | 0.21 | 0.32 | 0 | 0.58 | 260.57 | 0.19 | 0.35 |
| Hex | 55 | 49 | 6C | 15 | 20 | 0 | 3A | 105 | 13 | 23 |
| Octal | 125 | 111 | 154 | 25 | 40 | 0 | 72 | 405 | 23 | 43 |
| Binary | 1010101 | 1001001 | 1101100 | 10101 | 100000 | 0 | 111010 | 100000101 | 10011 | 100011 |
Color Harmonies of #55496C
Complementary color
Monochromatic Colors of #55496C
Black with #55496C
Text Example
Text Example
White with #55496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55496C; }
p { color: rgb(85,73,108); }
H1.HeaderClassName
{
color: #55496C;
}
.AnyTagClassName
{
color: #55496C;
}
</style>
background-color css
<style>
a { background-color: #55496C; }
a { background-color: rgb(85,73,108); }
div.DivClassName
{
background-color: #55496C;
}
.BgClassName
{
background-color: #55496C;
}
</style>
border-color css
<style>
span { border-color: #55496C; }
span { border-color: rgb(85,73,108); }
td.TdClassName
{
border-color: #55496C;
}
.TagClassName
{
border-color: #55496C;
}
</style>