Shades of Mulled Wine #50435D
Tints of Mulled Wine #50435D
RGB
CMYK
RGB Variations
Color information
#50435D (or 0x50435D) is known color: Mulled Wine. HEX triplet: 50, 43 and 5D. RGB value is (80,67,93). Sum of RGB (Red+Green+Blue) = 80+67+93=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #50435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50435D is #AFBCA2. Grayscale: #494949. Windows color (decimal): -11517091 or 6112080. OLE color: 6112080.
HSL color Cylindrical-coordinate representation of color #50435D: hue angle of 270º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50435D is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 67 | 93 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.64 |
| HSL | 270º | 0.16% | 0.31% | - |
| HSV(B) | 270º | 0.28% | 0.36% | - |
| XYZ | 7.29 | 6.51 | 11.23 | - |
| YUV | 73.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 93 | 0.14 | 0.28 | 0 | 0.64 | 270 | 0.16 | 0.31 |
| Hex | 50 | 43 | 5D | E | 1C | 0 | 40 | 10E | 10 | 1F |
| Octal | 120 | 103 | 135 | 16 | 34 | 0 | 100 | 416 | 20 | 37 |
| Binary | 1010000 | 1000011 | 1011101 | 1110 | 11100 | 0 | 1000000 | 100001110 | 10000 | 11111 |
Color Harmonies of #50435D
Complementary color
Monochromatic Colors of #50435D
Black with #50435D
Text Example
Text Example
White with #50435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50435D; }
p { color: rgb(80,67,93); }
H1.HeaderClassName
{
color: #50435D;
}
.AnyTagClassName
{
color: #50435D;
}
</style>
background-color css
<style>
a { background-color: #50435D; }
a { background-color: rgb(80,67,93); }
div.DivClassName
{
background-color: #50435D;
}
.BgClassName
{
background-color: #50435D;
}
</style>
border-color css
<style>
span { border-color: #50435D; }
span { border-color: rgb(80,67,93); }
td.TdClassName
{
border-color: #50435D;
}
.TagClassName
{
border-color: #50435D;
}
</style>