Shades of Mulled Wine #564C6C
Tints of Mulled Wine #564C6C
RGB
CMYK
RGB Variations
Color information
#564C6C (or 0x564C6C) is known color: Mulled Wine. HEX triplet: 56, 4C and 6C. RGB value is (86,76,108). Sum of RGB (Red+Green+Blue) = 86+76+108=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #564C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C6C is #A9B393. Grayscale: #525252. Windows color (decimal): -11121556 or 7097430. OLE color: 7097430.
HSL color Cylindrical-coordinate representation of color #564C6C: hue angle of 258.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #564C6C is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 76 | 108 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.58 |
| HSL | 258.75º | 0.17% | 0.36% | - |
| HSV(B) | 258.75º | 0.3% | 0.42% | - |
| XYZ | 9.13 | 8.23 | 15.29 | - |
| YUV | 82.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 108 | 0.20 | 0.30 | 0 | 0.58 | 258.75 | 0.17 | 0.36 |
| Hex | 56 | 4C | 6C | 14 | 1E | 0 | 3A | 103 | 11 | 24 |
| Octal | 126 | 114 | 154 | 24 | 36 | 0 | 72 | 403 | 21 | 44 |
| Binary | 1010110 | 1001100 | 1101100 | 10100 | 11110 | 0 | 111010 | 100000011 | 10001 | 100100 |
Color Harmonies of #564C6C
Complementary color
Monochromatic Colors of #564C6C
Black with #564C6C
Text Example
Text Example
White with #564C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C6C; }
p { color: rgb(86,76,108); }
H1.HeaderClassName
{
color: #564C6C;
}
.AnyTagClassName
{
color: #564C6C;
}
</style>
background-color css
<style>
a { background-color: #564C6C; }
a { background-color: rgb(86,76,108); }
div.DivClassName
{
background-color: #564C6C;
}
.BgClassName
{
background-color: #564C6C;
}
</style>
border-color css
<style>
span { border-color: #564C6C; }
span { border-color: rgb(86,76,108); }
td.TdClassName
{
border-color: #564C6C;
}
.TagClassName
{
border-color: #564C6C;
}
</style>