Shades of Mulled Wine #564A65
Tints of Mulled Wine #564A65
RGB
CMYK
RGB Variations
Color information
#564A65 (or 0x564A65) is known color: Mulled Wine. HEX triplet: 56, 4A and 65. RGB value is (86,74,101). Sum of RGB (Red+Green+Blue) = 86+74+101=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #564A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A65 is #A9B59A. Grayscale: #505050. Windows color (decimal): -11122075 or 6638166. OLE color: 6638166.
HSL color Cylindrical-coordinate representation of color #564A65: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564A65 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 74 | 101 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.60 |
| HSL | 266.67º | 0.15% | 0.34% | - |
| HSV(B) | 266.67º | 0.27% | 0.4% | - |
| XYZ | 8.64 | 7.82 | 13.37 | - |
| YUV | 80.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 101 | 0.15 | 0.27 | 0 | 0.60 | 266.67 | 0.15 | 0.34 |
| Hex | 56 | 4A | 65 | F | 1B | 0 | 3C | 10B | F | 22 |
| Octal | 126 | 112 | 145 | 17 | 33 | 0 | 74 | 413 | 17 | 42 |
| Binary | 1010110 | 1001010 | 1100101 | 1111 | 11011 | 0 | 111100 | 100001011 | 1111 | 100010 |
Color Harmonies of #564A65
Complementary color
Monochromatic Colors of #564A65
Black with #564A65
Text Example
Text Example
White with #564A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A65; }
p { color: rgb(86,74,101); }
H1.HeaderClassName
{
color: #564A65;
}
.AnyTagClassName
{
color: #564A65;
}
</style>
background-color css
<style>
a { background-color: #564A65; }
a { background-color: rgb(86,74,101); }
div.DivClassName
{
background-color: #564A65;
}
.BgClassName
{
background-color: #564A65;
}
</style>
border-color css
<style>
span { border-color: #564A65; }
span { border-color: rgb(86,74,101); }
td.TdClassName
{
border-color: #564A65;
}
.TagClassName
{
border-color: #564A65;
}
</style>