Shades of Mulled Wine #50485F
Tints of Mulled Wine #50485F
RGB
CMYK
RGB Variations
Color information
#50485F (or 0x50485F) is known color: Mulled Wine. HEX triplet: 50, 48 and 5F. RGB value is (80,72,95). Sum of RGB (Red+Green+Blue) = 80+72+95=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #50485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50485F is #AFB7A0. Grayscale: #4C4C4C. Windows color (decimal): -11515809 or 6244432. OLE color: 6244432.
HSL color Cylindrical-coordinate representation of color #50485F: hue angle of 260.87º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50485F is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 72 | 95 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.63 |
| HSL | 260.87º | 0.14% | 0.33% | - |
| HSV(B) | 260.87º | 0.24% | 0.37% | - |
| XYZ | 7.69 | 7.17 | 11.8 | - |
| YUV | 77.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 95 | 0.16 | 0.24 | 0 | 0.63 | 260.87 | 0.14 | 0.33 |
| Hex | 50 | 48 | 5F | 10 | 18 | 0 | 3F | 105 | E | 21 |
| Octal | 120 | 110 | 137 | 20 | 30 | 0 | 77 | 405 | 16 | 41 |
| Binary | 1010000 | 1001000 | 1011111 | 10000 | 11000 | 0 | 111111 | 100000101 | 1110 | 100001 |
Color Harmonies of #50485F
Complementary color
Monochromatic Colors of #50485F
Black with #50485F
Text Example
Text Example
White with #50485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50485F; }
p { color: rgb(80,72,95); }
H1.HeaderClassName
{
color: #50485F;
}
.AnyTagClassName
{
color: #50485F;
}
</style>
background-color css
<style>
a { background-color: #50485F; }
a { background-color: rgb(80,72,95); }
div.DivClassName
{
background-color: #50485F;
}
.BgClassName
{
background-color: #50485F;
}
</style>
border-color css
<style>
span { border-color: #50485F; }
span { border-color: rgb(80,72,95); }
td.TdClassName
{
border-color: #50485F;
}
.TagClassName
{
border-color: #50485F;
}
</style>