Shades of Mulled Wine #50495D
Tints of Mulled Wine #50495D
RGB
CMYK
RGB Variations
Color information
#50495D (or 0x50495D) is known color: Mulled Wine. HEX triplet: 50, 49 and 5D. RGB value is (80,73,93). Sum of RGB (Red+Green+Blue) = 80+73+93=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #50495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50495D is #AFB6A2. Grayscale: #4D4D4D. Windows color (decimal): -11515555 or 6113616. OLE color: 6113616.
HSL color Cylindrical-coordinate representation of color #50495D: hue angle of 261º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50495D is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 73 | 93 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.64 |
| HSL | 261º | 0.12% | 0.33% | - |
| HSV(B) | 261º | 0.22% | 0.36% | - |
| XYZ | 7.67 | 7.26 | 11.35 | - |
| YUV | 77.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 93 | 0.14 | 0.22 | 0 | 0.64 | 261 | 0.12 | 0.33 |
| Hex | 50 | 49 | 5D | E | 16 | 0 | 40 | 105 | C | 21 |
| Octal | 120 | 111 | 135 | 16 | 26 | 0 | 100 | 405 | 14 | 41 |
| Binary | 1010000 | 1001001 | 1011101 | 1110 | 10110 | 0 | 1000000 | 100000101 | 1100 | 100001 |
Color Harmonies of #50495D
Complementary color
Monochromatic Colors of #50495D
Black with #50495D
Text Example
Text Example
White with #50495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50495D; }
p { color: rgb(80,73,93); }
H1.HeaderClassName
{
color: #50495D;
}
.AnyTagClassName
{
color: #50495D;
}
</style>
background-color css
<style>
a { background-color: #50495D; }
a { background-color: rgb(80,73,93); }
div.DivClassName
{
background-color: #50495D;
}
.BgClassName
{
background-color: #50495D;
}
</style>
border-color css
<style>
span { border-color: #50495D; }
span { border-color: rgb(80,73,93); }
td.TdClassName
{
border-color: #50495D;
}
.TagClassName
{
border-color: #50495D;
}
</style>