Shades of Mulled Wine #50475B
Tints of Mulled Wine #50475B
RGB
CMYK
RGB Variations
Color information
#50475B (or 0x50475B) is known color: Mulled Wine. HEX triplet: 50, 47 and 5B. RGB value is (80,71,91). Sum of RGB (Red+Green+Blue) = 80+71+91=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #50475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50475B is #AFB8A4. Grayscale: #4B4B4B. Windows color (decimal): -11516069 or 5982032. OLE color: 5982032.
HSL color Cylindrical-coordinate representation of color #50475B: hue angle of 267º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50475B is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 71 | 91 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.64 |
| HSL | 267º | 0.12% | 0.32% | - |
| HSV(B) | 267º | 0.22% | 0.36% | - |
| XYZ | 7.45 | 6.97 | 10.85 | - |
| YUV | 75.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 91 | 0.12 | 0.22 | 0 | 0.64 | 267 | 0.12 | 0.32 |
| Hex | 50 | 47 | 5B | C | 16 | 0 | 40 | 10B | C | 20 |
| Octal | 120 | 107 | 133 | 14 | 26 | 0 | 100 | 413 | 14 | 40 |
| Binary | 1010000 | 1000111 | 1011011 | 1100 | 10110 | 0 | 1000000 | 100001011 | 1100 | 100000 |
Color Harmonies of #50475B
Complementary color
Monochromatic Colors of #50475B
Black with #50475B
Text Example
Text Example
White with #50475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50475B; }
p { color: rgb(80,71,91); }
H1.HeaderClassName
{
color: #50475B;
}
.AnyTagClassName
{
color: #50475B;
}
</style>
background-color css
<style>
a { background-color: #50475B; }
a { background-color: rgb(80,71,91); }
div.DivClassName
{
background-color: #50475B;
}
.BgClassName
{
background-color: #50475B;
}
</style>
border-color css
<style>
span { border-color: #50475B; }
span { border-color: rgb(80,71,91); }
td.TdClassName
{
border-color: #50475B;
}
.TagClassName
{
border-color: #50475B;
}
</style>