Shades of Mulled Wine #50445B
Tints of Mulled Wine #50445B
RGB
CMYK
RGB Variations
Color information
#50445B (or 0x50445B) is known color: Mulled Wine. HEX triplet: 50, 44 and 5B. RGB value is (80,68,91). Sum of RGB (Red+Green+Blue) = 80+68+91=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #50445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50445B is #AFBBA4. Grayscale: #4A4A4A. Windows color (decimal): -11516837 or 5981264. OLE color: 5981264.
HSL color Cylindrical-coordinate representation of color #50445B: hue angle of 271.3º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50445B is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 68 | 91 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.64 |
| HSL | 271.3º | 0.14% | 0.31% | - |
| HSV(B) | 271.3º | 0.25% | 0.36% | - |
| XYZ | 7.26 | 6.6 | 10.79 | - |
| YUV | 74.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 91 | 0.12 | 0.25 | 0 | 0.64 | 271.3 | 0.14 | 0.31 |
| Hex | 50 | 44 | 5B | C | 19 | 0 | 40 | 10F | E | 1F |
| Octal | 120 | 104 | 133 | 14 | 31 | 0 | 100 | 417 | 16 | 37 |
| Binary | 1010000 | 1000100 | 1011011 | 1100 | 11001 | 0 | 1000000 | 100001111 | 1110 | 11111 |
Color Harmonies of #50445B
Complementary color
Monochromatic Colors of #50445B
Black with #50445B
Text Example
Text Example
White with #50445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50445B; }
p { color: rgb(80,68,91); }
H1.HeaderClassName
{
color: #50445B;
}
.AnyTagClassName
{
color: #50445B;
}
</style>
background-color css
<style>
a { background-color: #50445B; }
a { background-color: rgb(80,68,91); }
div.DivClassName
{
background-color: #50445B;
}
.BgClassName
{
background-color: #50445B;
}
</style>
border-color css
<style>
span { border-color: #50445B; }
span { border-color: rgb(80,68,91); }
td.TdClassName
{
border-color: #50445B;
}
.TagClassName
{
border-color: #50445B;
}
</style>