Shades of Mulled Wine #514C63
Tints of Mulled Wine #514C63
RGB
CMYK
RGB Variations
Color information
#514C63 (or 0x514C63) is known color: Mulled Wine. HEX triplet: 51, 4C and 63. RGB value is (81,76,99). Sum of RGB (Red+Green+Blue) = 81+76+99=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #514C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C63 is #AEB39C. Grayscale: #505050. Windows color (decimal): -11449245 or 6507601. OLE color: 6507601.
HSL color Cylindrical-coordinate representation of color #514C63: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514C63 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 76 | 99 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.61 |
| HSL | 253.04º | 0.13% | 0.34% | - |
| HSV(B) | 253.04º | 0.23% | 0.39% | - |
| XYZ | 8.23 | 7.82 | 12.88 | - |
| YUV | 80.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 99 | 0.18 | 0.23 | 0 | 0.61 | 253.04 | 0.13 | 0.34 |
| Hex | 51 | 4C | 63 | 12 | 17 | 0 | 3D | FD | D | 22 |
| Octal | 121 | 114 | 143 | 22 | 27 | 0 | 75 | 375 | 15 | 42 |
| Binary | 1010001 | 1001100 | 1100011 | 10010 | 10111 | 0 | 111101 | 11111101 | 1101 | 100010 |
Color Harmonies of #514C63
Complementary color
Monochromatic Colors of #514C63
Black with #514C63
Text Example
Text Example
White with #514C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C63; }
p { color: rgb(81,76,99); }
H1.HeaderClassName
{
color: #514C63;
}
.AnyTagClassName
{
color: #514C63;
}
</style>
background-color css
<style>
a { background-color: #514C63; }
a { background-color: rgb(81,76,99); }
div.DivClassName
{
background-color: #514C63;
}
.BgClassName
{
background-color: #514C63;
}
</style>
border-color css
<style>
span { border-color: #514C63; }
span { border-color: rgb(81,76,99); }
td.TdClassName
{
border-color: #514C63;
}
.TagClassName
{
border-color: #514C63;
}
</style>