Shades of Mulled Wine #50495C
Tints of Mulled Wine #50495C
RGB
CMYK
RGB Variations
Color information
#50495C (or 0x50495C) is known color: Mulled Wine. HEX triplet: 50, 49 and 5C. RGB value is (80,73,92). Sum of RGB (Red+Green+Blue) = 80+73+92=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #50495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50495C is #AFB6A3. Grayscale: #4D4D4D. Windows color (decimal): -11515556 or 6048080. OLE color: 6048080.
HSL color Cylindrical-coordinate representation of color #50495C: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50495C is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 73 | 92 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.64 |
| HSL | 262.11º | 0.12% | 0.32% | - |
| HSV(B) | 262.11º | 0.21% | 0.36% | - |
| XYZ | 7.62 | 7.24 | 11.12 | - |
| YUV | 77.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 92 | 0.13 | 0.21 | 0 | 0.64 | 262.11 | 0.12 | 0.32 |
| Hex | 50 | 49 | 5C | D | 15 | 0 | 40 | 106 | C | 20 |
| Octal | 120 | 111 | 134 | 15 | 25 | 0 | 100 | 406 | 14 | 40 |
| Binary | 1010000 | 1001001 | 1011100 | 1101 | 10101 | 0 | 1000000 | 100000110 | 1100 | 100000 |
Color Harmonies of #50495C
Complementary color
Monochromatic Colors of #50495C
Black with #50495C
Text Example
Text Example
White with #50495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50495C; }
p { color: rgb(80,73,92); }
H1.HeaderClassName
{
color: #50495C;
}
.AnyTagClassName
{
color: #50495C;
}
</style>
background-color css
<style>
a { background-color: #50495C; }
a { background-color: rgb(80,73,92); }
div.DivClassName
{
background-color: #50495C;
}
.BgClassName
{
background-color: #50495C;
}
</style>
border-color css
<style>
span { border-color: #50495C; }
span { border-color: rgb(80,73,92); }
td.TdClassName
{
border-color: #50495C;
}
.TagClassName
{
border-color: #50495C;
}
</style>