Shades of Mulled Wine #564966
Tints of Mulled Wine #564966
RGB
CMYK
RGB Variations
Color information
#564966 (or 0x564966) is known color: Mulled Wine. HEX triplet: 56, 49 and 66. RGB value is (86,73,102). Sum of RGB (Red+Green+Blue) = 86+73+102=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #564966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564966 is #A9B699. Grayscale: #505050. Windows color (decimal): -11122330 or 6703446. OLE color: 6703446.
HSL color Cylindrical-coordinate representation of color #564966: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564966 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 73 | 102 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.6 |
| HSL | 266.9º | 0.17% | 0.34% | - |
| HSV(B) | 266.9º | 0.28% | 0.4% | - |
| XYZ | 8.62 | 7.7 | 13.6 | - |
| YUV | 80.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 102 | 0.16 | 0.28 | 0 | 0.6 | 266.9 | 0.17 | 0.34 |
| Hex | 56 | 49 | 66 | 10 | 1C | 0 | 3C | 10B | 11 | 22 |
| Octal | 126 | 111 | 146 | 20 | 34 | 0 | 74 | 413 | 21 | 42 |
| Binary | 1010110 | 1001001 | 1100110 | 10000 | 11100 | 0 | 111100 | 100001011 | 10001 | 100010 |
Color Harmonies of #564966
Complementary color
Monochromatic Colors of #564966
Black with #564966
Text Example
Text Example
White with #564966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564966; }
p { color: rgb(86,73,102); }
H1.HeaderClassName
{
color: #564966;
}
.AnyTagClassName
{
color: #564966;
}
</style>
background-color css
<style>
a { background-color: #564966; }
a { background-color: rgb(86,73,102); }
div.DivClassName
{
background-color: #564966;
}
.BgClassName
{
background-color: #564966;
}
</style>
border-color css
<style>
span { border-color: #564966; }
span { border-color: rgb(86,73,102); }
td.TdClassName
{
border-color: #564966;
}
.TagClassName
{
border-color: #564966;
}
</style>