Shades of Mulled Wine #564D68
Tints of Mulled Wine #564D68
RGB
CMYK
RGB Variations
Color information
#564D68 (or 0x564D68) is known color: Mulled Wine. HEX triplet: 56, 4D and 68. RGB value is (86,77,104). Sum of RGB (Red+Green+Blue) = 86+77+104=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #564D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D68 is #A9B297. Grayscale: #525252. Windows color (decimal): -11121304 or 6835542. OLE color: 6835542.
HSL color Cylindrical-coordinate representation of color #564D68: hue angle of 260º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564D68 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 77 | 104 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.59 |
| HSL | 260º | 0.15% | 0.35% | - |
| HSV(B) | 260º | 0.26% | 0.41% | - |
| XYZ | 8.99 | 8.29 | 14.22 | - |
| YUV | 82.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 104 | 0.17 | 0.26 | 0 | 0.59 | 260 | 0.15 | 0.35 |
| Hex | 56 | 4D | 68 | 11 | 1A | 0 | 3B | 104 | F | 23 |
| Octal | 126 | 115 | 150 | 21 | 32 | 0 | 73 | 404 | 17 | 43 |
| Binary | 1010110 | 1001101 | 1101000 | 10001 | 11010 | 0 | 111011 | 100000100 | 1111 | 100011 |
Color Harmonies of #564D68
Complementary color
Monochromatic Colors of #564D68
Black with #564D68
Text Example
Text Example
White with #564D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D68; }
p { color: rgb(86,77,104); }
H1.HeaderClassName
{
color: #564D68;
}
.AnyTagClassName
{
color: #564D68;
}
</style>
background-color css
<style>
a { background-color: #564D68; }
a { background-color: rgb(86,77,104); }
div.DivClassName
{
background-color: #564D68;
}
.BgClassName
{
background-color: #564D68;
}
</style>
border-color css
<style>
span { border-color: #564D68; }
span { border-color: rgb(86,77,104); }
td.TdClassName
{
border-color: #564D68;
}
.TagClassName
{
border-color: #564D68;
}
</style>