Shades of Mulled Wine #564B67
Tints of Mulled Wine #564B67
RGB
CMYK
RGB Variations
Color information
#564B67 (or 0x564B67) is known color: Mulled Wine. HEX triplet: 56, 4B and 67. RGB value is (86,75,103). Sum of RGB (Red+Green+Blue) = 86+75+103=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #564B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B67 is #A9B498. Grayscale: #515151. Windows color (decimal): -11121817 or 6769494. OLE color: 6769494.
HSL color Cylindrical-coordinate representation of color #564B67: hue angle of 263.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564B67 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 75 | 103 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.60 |
| HSL | 263.57º | 0.16% | 0.35% | - |
| HSV(B) | 263.57º | 0.27% | 0.4% | - |
| XYZ | 8.8 | 7.99 | 13.91 | - |
| YUV | 81.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 103 | 0.17 | 0.27 | 0 | 0.60 | 263.57 | 0.16 | 0.35 |
| Hex | 56 | 4B | 67 | 11 | 1B | 0 | 3C | 108 | 10 | 23 |
| Octal | 126 | 113 | 147 | 21 | 33 | 0 | 74 | 410 | 20 | 43 |
| Binary | 1010110 | 1001011 | 1100111 | 10001 | 11011 | 0 | 111100 | 100001000 | 10000 | 100011 |
Color Harmonies of #564B67
Complementary color
Monochromatic Colors of #564B67
Black with #564B67
Text Example
Text Example
White with #564B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B67; }
p { color: rgb(86,75,103); }
H1.HeaderClassName
{
color: #564B67;
}
.AnyTagClassName
{
color: #564B67;
}
</style>
background-color css
<style>
a { background-color: #564B67; }
a { background-color: rgb(86,75,103); }
div.DivClassName
{
background-color: #564B67;
}
.BgClassName
{
background-color: #564B67;
}
</style>
border-color css
<style>
span { border-color: #564B67; }
span { border-color: rgb(86,75,103); }
td.TdClassName
{
border-color: #564B67;
}
.TagClassName
{
border-color: #564B67;
}
</style>