Shades of Mulled Wine #4D4C50
Tints of Mulled Wine #4D4C50
RGB
CMYK
RGB Variations
Color information
#4D4C50 (or 0x4D4C50) is known color: Mulled Wine. HEX triplet: 4D, 4C and 50. RGB value is (77,76,80). Sum of RGB (Red+Green+Blue) = 77+76+80=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4C50 is #B2B3AF. Grayscale: #4C4C4C. Windows color (decimal): -11711408 or 5262413. OLE color: 5262413.
HSL color Cylindrical-coordinate representation of color #4D4C50: hue angle of 255º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D4C50 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 77 | 76 | 80 | - |
CMYK | 0.04 | 0.05 | 0 | 0.69 |
HSL | 255º | 0.03% | 0.31% | - |
HSV(B) | 255º | 0.05% | 0.31% | - |
XYZ | 7.09 | 7.33 | 8.63 | - |
YUV | 76.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 76 | 80 | 0.04 | 0.05 | 0 | 0.69 | 255 | 0.03 | 0.31 |
Hex | 4D | 4C | 50 | 4 | 5 | 0 | 45 | FF | 3 | 1F |
Octal | 115 | 114 | 120 | 4 | 5 | 0 | 105 | 377 | 3 | 37 |
Binary | 1001101 | 1001100 | 1010000 | 100 | 101 | 0 | 1000101 | 11111111 | 11 | 11111 |
Color Harmonies of #4D4C50
Complementary color
Monochromatic Colors of #4D4C50
Black with #4D4C50
Text Example
Text Example
White with #4D4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C50; }
p { color: rgb(77,76,80); }
H1.HeaderClassName
{
color: #4D4C50;
}
.AnyTagClassName
{
color: #4D4C50;
}
</style>
background-color css
<style>
a { background-color: #4D4C50; }
a { background-color: rgb(77,76,80); }
div.DivClassName
{
background-color: #4D4C50;
}
.BgClassName
{
background-color: #4D4C50;
}
</style>
border-color css
<style>
span { border-color: #4D4C50; }
span { border-color: rgb(77,76,80); }
td.TdClassName
{
border-color: #4D4C50;
}
.TagClassName
{
border-color: #4D4C50;
}
</style>