Shades of Mulled Wine #564A63
Tints of Mulled Wine #564A63
RGB
CMYK
RGB Variations
Color information
#564A63 (or 0x564A63) is known color: Mulled Wine. HEX triplet: 56, 4A and 63. RGB value is (86,74,99). Sum of RGB (Red+Green+Blue) = 86+74+99=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #564A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A63 is #A9B59C. Grayscale: #505050. Windows color (decimal): -11122077 or 6507094. OLE color: 6507094.
HSL color Cylindrical-coordinate representation of color #564A63: hue angle of 268.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #564A63 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 74 | 99 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.61 |
| HSL | 268.8º | 0.14% | 0.34% | - |
| HSV(B) | 268.8º | 0.25% | 0.39% | - |
| XYZ | 8.54 | 7.78 | 12.86 | - |
| YUV | 80.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 99 | 0.13 | 0.25 | 0 | 0.61 | 268.8 | 0.14 | 0.34 |
| Hex | 56 | 4A | 63 | D | 19 | 0 | 3D | 10D | E | 22 |
| Octal | 126 | 112 | 143 | 15 | 31 | 0 | 75 | 415 | 16 | 42 |
| Binary | 1010110 | 1001010 | 1100011 | 1101 | 11001 | 0 | 111101 | 100001101 | 1110 | 100010 |
Color Harmonies of #564A63
Complementary color
Monochromatic Colors of #564A63
Black with #564A63
Text Example
Text Example
White with #564A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A63; }
p { color: rgb(86,74,99); }
H1.HeaderClassName
{
color: #564A63;
}
.AnyTagClassName
{
color: #564A63;
}
</style>
background-color css
<style>
a { background-color: #564A63; }
a { background-color: rgb(86,74,99); }
div.DivClassName
{
background-color: #564A63;
}
.BgClassName
{
background-color: #564A63;
}
</style>
border-color css
<style>
span { border-color: #564A63; }
span { border-color: rgb(86,74,99); }
td.TdClassName
{
border-color: #564A63;
}
.TagClassName
{
border-color: #564A63;
}
</style>