Shades of Mulled Wine #564763
Tints of Mulled Wine #564763
RGB
CMYK
RGB Variations
Color information
#564763 (or 0x564763) is known color: Mulled Wine. HEX triplet: 56, 47 and 63. RGB value is (86,71,99). Sum of RGB (Red+Green+Blue) = 86+71+99=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #564763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564763 is #A9B89C. Grayscale: #4E4E4E. Windows color (decimal): -11122845 or 6506326. OLE color: 6506326.
HSL color Cylindrical-coordinate representation of color #564763: hue angle of 272.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564763 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 71 | 99 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.61 |
| HSL | 272.14º | 0.16% | 0.33% | - |
| HSV(B) | 272.14º | 0.28% | 0.39% | - |
| XYZ | 8.34 | 7.39 | 12.79 | - |
| YUV | 78.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 99 | 0.13 | 0.28 | 0 | 0.61 | 272.14 | 0.16 | 0.33 |
| Hex | 56 | 47 | 63 | D | 1C | 0 | 3D | 110 | 10 | 21 |
| Octal | 126 | 107 | 143 | 15 | 34 | 0 | 75 | 420 | 20 | 41 |
| Binary | 1010110 | 1000111 | 1100011 | 1101 | 11100 | 0 | 111101 | 100010000 | 10000 | 100001 |
Color Harmonies of #564763
Complementary color
Monochromatic Colors of #564763
Black with #564763
Text Example
Text Example
White with #564763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564763; }
p { color: rgb(86,71,99); }
H1.HeaderClassName
{
color: #564763;
}
.AnyTagClassName
{
color: #564763;
}
</style>
background-color css
<style>
a { background-color: #564763; }
a { background-color: rgb(86,71,99); }
div.DivClassName
{
background-color: #564763;
}
.BgClassName
{
background-color: #564763;
}
</style>
border-color css
<style>
span { border-color: #564763; }
span { border-color: rgb(86,71,99); }
td.TdClassName
{
border-color: #564763;
}
.TagClassName
{
border-color: #564763;
}
</style>