Shades of Mulled Wine #564A60
Tints of Mulled Wine #564A60
RGB
CMYK
RGB Variations
Color information
#564A60 (or 0x564A60) is known color: Mulled Wine. HEX triplet: 56, 4A and 60. RGB value is (86,74,96). Sum of RGB (Red+Green+Blue) = 86+74+96=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #564A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A60 is #A9B59F. Grayscale: #505050. Windows color (decimal): -11122080 or 6310486. OLE color: 6310486.
HSL color Cylindrical-coordinate representation of color #564A60: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564A60 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 74 | 96 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.62 |
| HSL | 272.73º | 0.13% | 0.33% | - |
| HSV(B) | 272.73º | 0.23% | 0.38% | - |
| XYZ | 8.4 | 7.72 | 12.11 | - |
| YUV | 80.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 96 | 0.10 | 0.23 | 0 | 0.62 | 272.73 | 0.13 | 0.33 |
| Hex | 56 | 4A | 60 | A | 17 | 0 | 3E | 111 | D | 21 |
| Octal | 126 | 112 | 140 | 12 | 27 | 0 | 76 | 421 | 15 | 41 |
| Binary | 1010110 | 1001010 | 1100000 | 1010 | 10111 | 0 | 111110 | 100010001 | 1101 | 100001 |
Color Harmonies of #564A60
Complementary color
Monochromatic Colors of #564A60
Black with #564A60
Text Example
Text Example
White with #564A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A60; }
p { color: rgb(86,74,96); }
H1.HeaderClassName
{
color: #564A60;
}
.AnyTagClassName
{
color: #564A60;
}
</style>
background-color css
<style>
a { background-color: #564A60; }
a { background-color: rgb(86,74,96); }
div.DivClassName
{
background-color: #564A60;
}
.BgClassName
{
background-color: #564A60;
}
</style>
border-color css
<style>
span { border-color: #564A60; }
span { border-color: rgb(86,74,96); }
td.TdClassName
{
border-color: #564A60;
}
.TagClassName
{
border-color: #564A60;
}
</style>