Shades of Mulled Wine #4D4256
Tints of Mulled Wine #4D4256
RGB
CMYK
RGB Variations
Color information
#4D4256 (or 0x4D4256) is known color: Mulled Wine. HEX triplet: 4D, 42 and 56. RGB value is (77,66,86). Sum of RGB (Red+Green+Blue) = 77+66+86=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D4256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4256 is #B2BDA9. Grayscale: #474747. Windows color (decimal): -11713962 or 5653069. OLE color: 5653069.
HSL color Cylindrical-coordinate representation of color #4D4256: hue angle of 273º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D4256 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 66 | 86 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.66 |
| HSL | 273º | 0.13% | 0.3% | - |
| HSV(B) | 273º | 0.23% | 0.34% | - |
| XYZ | 6.69 | 6.15 | 9.64 | - |
| YUV | 71.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 86 | 0.10 | 0.23 | 0 | 0.66 | 273 | 0.13 | 0.3 |
| Hex | 4D | 42 | 56 | A | 17 | 0 | 42 | 111 | D | 1E |
| Octal | 115 | 102 | 126 | 12 | 27 | 0 | 102 | 421 | 15 | 36 |
| Binary | 1001101 | 1000010 | 1010110 | 1010 | 10111 | 0 | 1000010 | 100010001 | 1101 | 11110 |
Color Harmonies of #4D4256
Complementary color
Monochromatic Colors of #4D4256
Black with #4D4256
Text Example
Text Example
White with #4D4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4256; }
p { color: rgb(77,66,86); }
H1.HeaderClassName
{
color: #4D4256;
}
.AnyTagClassName
{
color: #4D4256;
}
</style>
background-color css
<style>
a { background-color: #4D4256; }
a { background-color: rgb(77,66,86); }
div.DivClassName
{
background-color: #4D4256;
}
.BgClassName
{
background-color: #4D4256;
}
</style>
border-color css
<style>
span { border-color: #4D4256; }
span { border-color: rgb(77,66,86); }
td.TdClassName
{
border-color: #4D4256;
}
.TagClassName
{
border-color: #4D4256;
}
</style>