Shades of Mulled Wine #50475A
Tints of Mulled Wine #50475A
RGB
CMYK
RGB Variations
Color information
#50475A (or 0x50475A) is known color: Mulled Wine. HEX triplet: 50, 47 and 5A. RGB value is (80,71,90). Sum of RGB (Red+Green+Blue) = 80+71+90=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #50475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50475A is #AFB8A5. Grayscale: #4B4B4B. Windows color (decimal): -11516070 or 5916496. OLE color: 5916496.
HSL color Cylindrical-coordinate representation of color #50475A: hue angle of 268.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50475A is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 71 | 90 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.65 |
| HSL | 268.42º | 0.12% | 0.32% | - |
| HSV(B) | 268.42º | 0.21% | 0.35% | - |
| XYZ | 7.41 | 6.95 | 10.62 | - |
| YUV | 75.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 90 | 0.11 | 0.21 | 0 | 0.65 | 268.42 | 0.12 | 0.32 |
| Hex | 50 | 47 | 5A | B | 15 | 0 | 41 | 10C | C | 20 |
| Octal | 120 | 107 | 132 | 13 | 25 | 0 | 101 | 414 | 14 | 40 |
| Binary | 1010000 | 1000111 | 1011010 | 1011 | 10101 | 0 | 1000001 | 100001100 | 1100 | 100000 |
Color Harmonies of #50475A
Complementary color
Monochromatic Colors of #50475A
Black with #50475A
Text Example
Text Example
White with #50475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50475A; }
p { color: rgb(80,71,90); }
H1.HeaderClassName
{
color: #50475A;
}
.AnyTagClassName
{
color: #50475A;
}
</style>
background-color css
<style>
a { background-color: #50475A; }
a { background-color: rgb(80,71,90); }
div.DivClassName
{
background-color: #50475A;
}
.BgClassName
{
background-color: #50475A;
}
</style>
border-color css
<style>
span { border-color: #50475A; }
span { border-color: rgb(80,71,90); }
td.TdClassName
{
border-color: #50475A;
}
.TagClassName
{
border-color: #50475A;
}
</style>