Shades of Mulled Wine #50455C
Tints of Mulled Wine #50455C
RGB
CMYK
RGB Variations
Color information
#50455C (or 0x50455C) is known color: Mulled Wine. HEX triplet: 50, 45 and 5C. RGB value is (80,69,92). Sum of RGB (Red+Green+Blue) = 80+69+92=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #50455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50455C is #AFBAA3. Grayscale: #4A4A4A. Windows color (decimal): -11516580 or 6047056. OLE color: 6047056.
HSL color Cylindrical-coordinate representation of color #50455C: hue angle of 268.7º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50455C is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 69 | 92 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.64 |
| HSL | 268.7º | 0.14% | 0.32% | - |
| HSV(B) | 268.7º | 0.25% | 0.36% | - |
| XYZ | 7.37 | 6.73 | 11.04 | - |
| YUV | 74.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 92 | 0.13 | 0.25 | 0 | 0.64 | 268.7 | 0.14 | 0.32 |
| Hex | 50 | 45 | 5C | D | 19 | 0 | 40 | 10D | E | 20 |
| Octal | 120 | 105 | 134 | 15 | 31 | 0 | 100 | 415 | 16 | 40 |
| Binary | 1010000 | 1000101 | 1011100 | 1101 | 11001 | 0 | 1000000 | 100001101 | 1110 | 100000 |
Color Harmonies of #50455C
Complementary color
Monochromatic Colors of #50455C
Black with #50455C
Text Example
Text Example
White with #50455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50455C; }
p { color: rgb(80,69,92); }
H1.HeaderClassName
{
color: #50455C;
}
.AnyTagClassName
{
color: #50455C;
}
</style>
background-color css
<style>
a { background-color: #50455C; }
a { background-color: rgb(80,69,92); }
div.DivClassName
{
background-color: #50455C;
}
.BgClassName
{
background-color: #50455C;
}
</style>
border-color css
<style>
span { border-color: #50455C; }
span { border-color: rgb(80,69,92); }
td.TdClassName
{
border-color: #50455C;
}
.TagClassName
{
border-color: #50455C;
}
</style>