Shades of Mulled Wine #564B63
Tints of Mulled Wine #564B63
RGB
CMYK
RGB Variations
Color information
#564B63 (or 0x564B63) is known color: Mulled Wine. HEX triplet: 56, 4B and 63. RGB value is (86,75,99). Sum of RGB (Red+Green+Blue) = 86+75+99=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #564B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B63 is #A9B49C. Grayscale: #505050. Windows color (decimal): -11121821 or 6507350. OLE color: 6507350.
HSL color Cylindrical-coordinate representation of color #564B63: hue angle of 267.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564B63 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 75 | 99 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.61 |
| HSL | 267.5º | 0.14% | 0.34% | - |
| HSV(B) | 267.5º | 0.24% | 0.39% | - |
| XYZ | 8.61 | 7.91 | 12.88 | - |
| YUV | 81.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 99 | 0.13 | 0.24 | 0 | 0.61 | 267.5 | 0.14 | 0.34 |
| Hex | 56 | 4B | 63 | D | 18 | 0 | 3D | 10C | E | 22 |
| Octal | 126 | 113 | 143 | 15 | 30 | 0 | 75 | 414 | 16 | 42 |
| Binary | 1010110 | 1001011 | 1100011 | 1101 | 11000 | 0 | 111101 | 100001100 | 1110 | 100010 |
Color Harmonies of #564B63
Complementary color
Monochromatic Colors of #564B63
Black with #564B63
Text Example
Text Example
White with #564B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B63; }
p { color: rgb(86,75,99); }
H1.HeaderClassName
{
color: #564B63;
}
.AnyTagClassName
{
color: #564B63;
}
</style>
background-color css
<style>
a { background-color: #564B63; }
a { background-color: rgb(86,75,99); }
div.DivClassName
{
background-color: #564B63;
}
.BgClassName
{
background-color: #564B63;
}
</style>
border-color css
<style>
span { border-color: #564B63; }
span { border-color: rgb(86,75,99); }
td.TdClassName
{
border-color: #564B63;
}
.TagClassName
{
border-color: #564B63;
}
</style>