Shades of Mulled Wine #50455E
Tints of Mulled Wine #50455E
RGB
CMYK
RGB Variations
Color information
#50455E (or 0x50455E) is known color: Mulled Wine. HEX triplet: 50, 45 and 5E. RGB value is (80,69,94). Sum of RGB (Red+Green+Blue) = 80+69+94=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #50455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50455E is #AFBAA1. Grayscale: #4B4B4B. Windows color (decimal): -11516578 or 6178128. OLE color: 6178128.
HSL color Cylindrical-coordinate representation of color #50455E: hue angle of 266.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50455E is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 69 | 94 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.63 |
| HSL | 266.4º | 0.15% | 0.32% | - |
| HSV(B) | 266.4º | 0.27% | 0.37% | - |
| XYZ | 7.46 | 6.77 | 11.5 | - |
| YUV | 75.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 94 | 0.15 | 0.27 | 0 | 0.63 | 266.4 | 0.15 | 0.32 |
| Hex | 50 | 45 | 5E | F | 1B | 0 | 3F | 10A | F | 20 |
| Octal | 120 | 105 | 136 | 17 | 33 | 0 | 77 | 412 | 17 | 40 |
| Binary | 1010000 | 1000101 | 1011110 | 1111 | 11011 | 0 | 111111 | 100001010 | 1111 | 100000 |
Color Harmonies of #50455E
Complementary color
Monochromatic Colors of #50455E
Black with #50455E
Text Example
Text Example
White with #50455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50455E; }
p { color: rgb(80,69,94); }
H1.HeaderClassName
{
color: #50455E;
}
.AnyTagClassName
{
color: #50455E;
}
</style>
background-color css
<style>
a { background-color: #50455E; }
a { background-color: rgb(80,69,94); }
div.DivClassName
{
background-color: #50455E;
}
.BgClassName
{
background-color: #50455E;
}
</style>
border-color css
<style>
span { border-color: #50455E; }
span { border-color: rgb(80,69,94); }
td.TdClassName
{
border-color: #50455E;
}
.TagClassName
{
border-color: #50455E;
}
</style>