Shades of Mulled Wine #514460
Tints of Mulled Wine #514460
RGB
CMYK
RGB Variations
Color information
#514460 (or 0x514460) is known color: Mulled Wine. HEX triplet: 51, 44 and 60. RGB value is (81,68,96). Sum of RGB (Red+Green+Blue) = 81+68+96=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #514460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514460 is #AEBB9F. Grayscale: #4A4A4A. Windows color (decimal): -11451296 or 6308945. OLE color: 6308945.
HSL color Cylindrical-coordinate representation of color #514460: hue angle of 267.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514460 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 68 | 96 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.62 |
| HSL | 267.86º | 0.17% | 0.32% | - |
| HSV(B) | 267.86º | 0.29% | 0.38% | - |
| XYZ | 7.57 | 6.73 | 11.97 | - |
| YUV | 75.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 96 | 0.16 | 0.29 | 0 | 0.62 | 267.86 | 0.17 | 0.32 |
| Hex | 51 | 44 | 60 | 10 | 1D | 0 | 3E | 10C | 11 | 20 |
| Octal | 121 | 104 | 140 | 20 | 35 | 0 | 76 | 414 | 21 | 40 |
| Binary | 1010001 | 1000100 | 1100000 | 10000 | 11101 | 0 | 111110 | 100001100 | 10001 | 100000 |
Color Harmonies of #514460
Complementary color
Monochromatic Colors of #514460
Black with #514460
Text Example
Text Example
White with #514460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514460; }
p { color: rgb(81,68,96); }
H1.HeaderClassName
{
color: #514460;
}
.AnyTagClassName
{
color: #514460;
}
</style>
background-color css
<style>
a { background-color: #514460; }
a { background-color: rgb(81,68,96); }
div.DivClassName
{
background-color: #514460;
}
.BgClassName
{
background-color: #514460;
}
</style>
border-color css
<style>
span { border-color: #514460; }
span { border-color: rgb(81,68,96); }
td.TdClassName
{
border-color: #514460;
}
.TagClassName
{
border-color: #514460;
}
</style>