Shades of Mulled Wine #4D4555
Tints of Mulled Wine #4D4555
RGB
CMYK
RGB Variations
Color information
#4D4555 (or 0x4D4555) is known color: Mulled Wine. HEX triplet: 4D, 45 and 55. RGB value is (77,69,85). Sum of RGB (Red+Green+Blue) = 77+69+85=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4555 is #B2BAAA. Grayscale: #494949. Windows color (decimal): -11713195 or 5588301. OLE color: 5588301.
HSL color Cylindrical-coordinate representation of color #4D4555: hue angle of 270º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D4555 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 69 | 85 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.67 |
| HSL | 270º | 0.1% | 0.3% | - |
| HSV(B) | 270º | 0.19% | 0.33% | - |
| XYZ | 6.83 | 6.49 | 9.49 | - |
| YUV | 73.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 85 | 0.09 | 0.19 | 0 | 0.67 | 270 | 0.1 | 0.3 |
| Hex | 4D | 45 | 55 | 9 | 13 | 0 | 43 | 10E | A | 1E |
| Octal | 115 | 105 | 125 | 11 | 23 | 0 | 103 | 416 | 12 | 36 |
| Binary | 1001101 | 1000101 | 1010101 | 1001 | 10011 | 0 | 1000011 | 100001110 | 1010 | 11110 |
Color Harmonies of #4D4555
Complementary color
Monochromatic Colors of #4D4555
Black with #4D4555
Text Example
Text Example
White with #4D4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4555; }
p { color: rgb(77,69,85); }
H1.HeaderClassName
{
color: #4D4555;
}
.AnyTagClassName
{
color: #4D4555;
}
</style>
background-color css
<style>
a { background-color: #4D4555; }
a { background-color: rgb(77,69,85); }
div.DivClassName
{
background-color: #4D4555;
}
.BgClassName
{
background-color: #4D4555;
}
</style>
border-color css
<style>
span { border-color: #4D4555; }
span { border-color: rgb(77,69,85); }
td.TdClassName
{
border-color: #4D4555;
}
.TagClassName
{
border-color: #4D4555;
}
</style>