Shades of Mulled Wine #4D4853
Tints of Mulled Wine #4D4853
RGB
CMYK
RGB Variations
Color information
#4D4853 (or 0x4D4853) is known color: Mulled Wine. HEX triplet: 4D, 48 and 53. RGB value is (77,72,83). Sum of RGB (Red+Green+Blue) = 77+72+83=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4853 is #B2B7AC. Grayscale: #4A4A4A. Windows color (decimal): -11712429 or 5457997. OLE color: 5457997.
HSL color Cylindrical-coordinate representation of color #4D4853: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4853 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 72 | 83 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.67 |
| HSL | 267.27º | 0.07% | 0.3% | - |
| HSV(B) | 267.27º | 0.13% | 0.33% | - |
| XYZ | 6.94 | 6.84 | 9.14 | - |
| YUV | 74.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 83 | 0.07 | 0.13 | 0 | 0.67 | 267.27 | 0.07 | 0.3 |
| Hex | 4D | 48 | 53 | 7 | D | 0 | 43 | 10B | 7 | 1E |
| Octal | 115 | 110 | 123 | 7 | 15 | 0 | 103 | 413 | 7 | 36 |
| Binary | 1001101 | 1001000 | 1010011 | 111 | 1101 | 0 | 1000011 | 100001011 | 111 | 11110 |
Color Harmonies of #4D4853
Complementary color
Monochromatic Colors of #4D4853
Black with #4D4853
Text Example
Text Example
White with #4D4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4853; }
p { color: rgb(77,72,83); }
H1.HeaderClassName
{
color: #4D4853;
}
.AnyTagClassName
{
color: #4D4853;
}
</style>
background-color css
<style>
a { background-color: #4D4853; }
a { background-color: rgb(77,72,83); }
div.DivClassName
{
background-color: #4D4853;
}
.BgClassName
{
background-color: #4D4853;
}
</style>
border-color css
<style>
span { border-color: #4D4853; }
span { border-color: rgb(77,72,83); }
td.TdClassName
{
border-color: #4D4853;
}
.TagClassName
{
border-color: #4D4853;
}
</style>