Shades of Mulled Wine #4D4851
Tints of Mulled Wine #4D4851
RGB
CMYK
RGB Variations
Color information
#4D4851 (or 0x4D4851) is known color: Mulled Wine. HEX triplet: 4D, 48 and 51. RGB value is (77,72,81). Sum of RGB (Red+Green+Blue) = 77+72+81=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D4851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4851 is #B2B7AE. Grayscale: #4A4A4A. Windows color (decimal): -11712431 or 5326925. OLE color: 5326925.
HSL color Cylindrical-coordinate representation of color #4D4851: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D4851 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 72 | 81 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.68 |
| HSL | 273.33º | 0.06% | 0.3% | - |
| HSV(B) | 273.33º | 0.11% | 0.32% | - |
| XYZ | 6.86 | 6.81 | 8.74 | - |
| YUV | 74.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 81 | 0.05 | 0.11 | 0 | 0.68 | 273.33 | 0.06 | 0.3 |
| Hex | 4D | 48 | 51 | 5 | B | 0 | 44 | 111 | 6 | 1E |
| Octal | 115 | 110 | 121 | 5 | 13 | 0 | 104 | 421 | 6 | 36 |
| Binary | 1001101 | 1001000 | 1010001 | 101 | 1011 | 0 | 1000100 | 100010001 | 110 | 11110 |
Color Harmonies of #4D4851
Complementary color
Monochromatic Colors of #4D4851
Black with #4D4851
Text Example
Text Example
White with #4D4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4851; }
p { color: rgb(77,72,81); }
H1.HeaderClassName
{
color: #4D4851;
}
.AnyTagClassName
{
color: #4D4851;
}
</style>
background-color css
<style>
a { background-color: #4D4851; }
a { background-color: rgb(77,72,81); }
div.DivClassName
{
background-color: #4D4851;
}
.BgClassName
{
background-color: #4D4851;
}
</style>
border-color css
<style>
span { border-color: #4D4851; }
span { border-color: rgb(77,72,81); }
td.TdClassName
{
border-color: #4D4851;
}
.TagClassName
{
border-color: #4D4851;
}
</style>