Shades of Mulled Wine #50425C
Tints of Mulled Wine #50425C
RGB
CMYK
RGB Variations
Color information
#50425C (or 0x50425C) is known color: Mulled Wine. HEX triplet: 50, 42 and 5C. RGB value is (80,66,92). Sum of RGB (Red+Green+Blue) = 80+66+92=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #50425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50425C is #AFBDA3. Grayscale: #494949. Windows color (decimal): -11517348 or 6046288. OLE color: 6046288.
HSL color Cylindrical-coordinate representation of color #50425C: hue angle of 272.31º 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 #50425C is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 66 | 92 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.64 |
| HSL | 272.31º | 0.16% | 0.31% | - |
| HSV(B) | 272.31º | 0.28% | 0.36% | - |
| XYZ | 7.19 | 6.37 | 10.98 | - |
| YUV | 73.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 92 | 0.13 | 0.28 | 0 | 0.64 | 272.31 | 0.16 | 0.31 |
| Hex | 50 | 42 | 5C | D | 1C | 0 | 40 | 110 | 10 | 1F |
| Octal | 120 | 102 | 134 | 15 | 34 | 0 | 100 | 420 | 20 | 37 |
| Binary | 1010000 | 1000010 | 1011100 | 1101 | 11100 | 0 | 1000000 | 100010000 | 10000 | 11111 |
Color Harmonies of #50425C
Complementary color
Monochromatic Colors of #50425C
Black with #50425C
Text Example
Text Example
White with #50425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50425C; }
p { color: rgb(80,66,92); }
H1.HeaderClassName
{
color: #50425C;
}
.AnyTagClassName
{
color: #50425C;
}
</style>
background-color css
<style>
a { background-color: #50425C; }
a { background-color: rgb(80,66,92); }
div.DivClassName
{
background-color: #50425C;
}
.BgClassName
{
background-color: #50425C;
}
</style>
border-color css
<style>
span { border-color: #50425C; }
span { border-color: rgb(80,66,92); }
td.TdClassName
{
border-color: #50425C;
}
.TagClassName
{
border-color: #50425C;
}
</style>