Shades of Mulled Wine #50465C
Tints of Mulled Wine #50465C
RGB
CMYK
RGB Variations
Color information
#50465C (or 0x50465C) is known color: Mulled Wine. HEX triplet: 50, 46 and 5C. RGB value is (80,70,92). Sum of RGB (Red+Green+Blue) = 80+70+92=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #50465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50465C is #AFB9A3. Grayscale: #4B4B4B. Windows color (decimal): -11516324 or 6047312. OLE color: 6047312.
HSL color Cylindrical-coordinate representation of color #50465C: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50465C is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 70 | 92 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.64 |
| HSL | 267.27º | 0.14% | 0.32% | - |
| HSV(B) | 267.27º | 0.24% | 0.36% | - |
| XYZ | 7.43 | 6.86 | 11.06 | - |
| YUV | 75.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 92 | 0.13 | 0.24 | 0 | 0.64 | 267.27 | 0.14 | 0.32 |
| Hex | 50 | 46 | 5C | D | 18 | 0 | 40 | 10B | E | 20 |
| Octal | 120 | 106 | 134 | 15 | 30 | 0 | 100 | 413 | 16 | 40 |
| Binary | 1010000 | 1000110 | 1011100 | 1101 | 11000 | 0 | 1000000 | 100001011 | 1110 | 100000 |
Color Harmonies of #50465C
Complementary color
Monochromatic Colors of #50465C
Black with #50465C
Text Example
Text Example
White with #50465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50465C; }
p { color: rgb(80,70,92); }
H1.HeaderClassName
{
color: #50465C;
}
.AnyTagClassName
{
color: #50465C;
}
</style>
background-color css
<style>
a { background-color: #50465C; }
a { background-color: rgb(80,70,92); }
div.DivClassName
{
background-color: #50465C;
}
.BgClassName
{
background-color: #50465C;
}
</style>
border-color css
<style>
span { border-color: #50465C; }
span { border-color: rgb(80,70,92); }
td.TdClassName
{
border-color: #50465C;
}
.TagClassName
{
border-color: #50465C;
}
</style>