Shades of Mulled Wine #504963
Tints of Mulled Wine #504963
RGB
CMYK
RGB Variations
Color information
#504963 (or 0x504963) is known color: Mulled Wine. HEX triplet: 50, 49 and 63. RGB value is (80,73,99). Sum of RGB (Red+Green+Blue) = 80+73+99=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #504963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504963 is #AFB69C. Grayscale: #4D4D4D. Windows color (decimal): -11515549 or 6506832. OLE color: 6506832.
HSL color Cylindrical-coordinate representation of color #504963: hue angle of 256.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504963 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 73 | 99 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.61 |
| HSL | 256.15º | 0.15% | 0.34% | - |
| HSV(B) | 256.15º | 0.26% | 0.39% | - |
| XYZ | 7.94 | 7.37 | 12.81 | - |
| YUV | 78.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 99 | 0.19 | 0.26 | 0 | 0.61 | 256.15 | 0.15 | 0.34 |
| Hex | 50 | 49 | 63 | 13 | 1A | 0 | 3D | 100 | F | 22 |
| Octal | 120 | 111 | 143 | 23 | 32 | 0 | 75 | 400 | 17 | 42 |
| Binary | 1010000 | 1001001 | 1100011 | 10011 | 11010 | 0 | 111101 | 100000000 | 1111 | 100010 |
Color Harmonies of #504963
Complementary color
Monochromatic Colors of #504963
Black with #504963
Text Example
Text Example
White with #504963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504963; }
p { color: rgb(80,73,99); }
H1.HeaderClassName
{
color: #504963;
}
.AnyTagClassName
{
color: #504963;
}
</style>
background-color css
<style>
a { background-color: #504963; }
a { background-color: rgb(80,73,99); }
div.DivClassName
{
background-color: #504963;
}
.BgClassName
{
background-color: #504963;
}
</style>
border-color css
<style>
span { border-color: #504963; }
span { border-color: rgb(80,73,99); }
td.TdClassName
{
border-color: #504963;
}
.TagClassName
{
border-color: #504963;
}
</style>