Shades of Mulled Wine #50475C
Tints of Mulled Wine #50475C
RGB
CMYK
RGB Variations
Color information
#50475C (or 0x50475C) is known color: Mulled Wine. HEX triplet: 50, 47 and 5C. RGB value is (80,71,92). Sum of RGB (Red+Green+Blue) = 80+71+92=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #50475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50475C is #AFB8A3. Grayscale: #4C4C4C. Windows color (decimal): -11516068 or 6047568. OLE color: 6047568.
HSL color Cylindrical-coordinate representation of color #50475C: hue angle of 265.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50475C is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 71 | 92 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.64 |
| HSL | 265.71º | 0.13% | 0.32% | - |
| HSV(B) | 265.71º | 0.23% | 0.36% | - |
| XYZ | 7.49 | 6.98 | 11.08 | - |
| YUV | 76.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 92 | 0.13 | 0.23 | 0 | 0.64 | 265.71 | 0.13 | 0.32 |
| Hex | 50 | 47 | 5C | D | 17 | 0 | 40 | 10A | D | 20 |
| Octal | 120 | 107 | 134 | 15 | 27 | 0 | 100 | 412 | 15 | 40 |
| Binary | 1010000 | 1000111 | 1011100 | 1101 | 10111 | 0 | 1000000 | 100001010 | 1101 | 100000 |
Color Harmonies of #50475C
Complementary color
Monochromatic Colors of #50475C
Black with #50475C
Text Example
Text Example
White with #50475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50475C; }
p { color: rgb(80,71,92); }
H1.HeaderClassName
{
color: #50475C;
}
.AnyTagClassName
{
color: #50475C;
}
</style>
background-color css
<style>
a { background-color: #50475C; }
a { background-color: rgb(80,71,92); }
div.DivClassName
{
background-color: #50475C;
}
.BgClassName
{
background-color: #50475C;
}
</style>
border-color css
<style>
span { border-color: #50475C; }
span { border-color: rgb(80,71,92); }
td.TdClassName
{
border-color: #50475C;
}
.TagClassName
{
border-color: #50475C;
}
</style>