Shades of Mulled Wine #50455A
Tints of Mulled Wine #50455A
RGB
CMYK
RGB Variations
Color information
#50455A (or 0x50455A) is known color: Mulled Wine. HEX triplet: 50, 45 and 5A. RGB value is (80,69,90). Sum of RGB (Red+Green+Blue) = 80+69+90=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #50455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50455A is #AFBAA5. Grayscale: #4A4A4A. Windows color (decimal): -11516582 or 5915984. OLE color: 5915984.
HSL color Cylindrical-coordinate representation of color #50455A: hue angle of 271.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50455A is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 69 | 90 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.65 |
| HSL | 271.43º | 0.13% | 0.31% | - |
| HSV(B) | 271.43º | 0.23% | 0.35% | - |
| XYZ | 7.28 | 6.7 | 10.58 | - |
| YUV | 74.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 90 | 0.11 | 0.23 | 0 | 0.65 | 271.43 | 0.13 | 0.31 |
| Hex | 50 | 45 | 5A | B | 17 | 0 | 41 | 10F | D | 1F |
| Octal | 120 | 105 | 132 | 13 | 27 | 0 | 101 | 417 | 15 | 37 |
| Binary | 1010000 | 1000101 | 1011010 | 1011 | 10111 | 0 | 1000001 | 100001111 | 1101 | 11111 |
Color Harmonies of #50455A
Complementary color
Monochromatic Colors of #50455A
Black with #50455A
Text Example
Text Example
White with #50455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50455A; }
p { color: rgb(80,69,90); }
H1.HeaderClassName
{
color: #50455A;
}
.AnyTagClassName
{
color: #50455A;
}
</style>
background-color css
<style>
a { background-color: #50455A; }
a { background-color: rgb(80,69,90); }
div.DivClassName
{
background-color: #50455A;
}
.BgClassName
{
background-color: #50455A;
}
</style>
border-color css
<style>
span { border-color: #50455A; }
span { border-color: rgb(80,69,90); }
td.TdClassName
{
border-color: #50455A;
}
.TagClassName
{
border-color: #50455A;
}
</style>