Shades of Mulled Wine #514563
Tints of Mulled Wine #514563
RGB
CMYK
RGB Variations
Color information
#514563 (or 0x514563) is known color: Mulled Wine. HEX triplet: 51, 45 and 63. RGB value is (81,69,99). Sum of RGB (Red+Green+Blue) = 81+69+99=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #514563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514563 is #AEBA9C. Grayscale: #4B4B4B. Windows color (decimal): -11451037 or 6505809. OLE color: 6505809.
HSL color Cylindrical-coordinate representation of color #514563: hue angle of 264º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514563 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 69 | 99 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.61 |
| HSL | 264º | 0.18% | 0.33% | - |
| HSV(B) | 264º | 0.3% | 0.39% | - |
| XYZ | 7.77 | 6.91 | 12.73 | - |
| YUV | 76.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 99 | 0.18 | 0.30 | 0 | 0.61 | 264 | 0.18 | 0.33 |
| Hex | 51 | 45 | 63 | 12 | 1E | 0 | 3D | 108 | 12 | 21 |
| Octal | 121 | 105 | 143 | 22 | 36 | 0 | 75 | 410 | 22 | 41 |
| Binary | 1010001 | 1000101 | 1100011 | 10010 | 11110 | 0 | 111101 | 100001000 | 10010 | 100001 |
Color Harmonies of #514563
Complementary color
Monochromatic Colors of #514563
Black with #514563
Text Example
Text Example
White with #514563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514563; }
p { color: rgb(81,69,99); }
H1.HeaderClassName
{
color: #514563;
}
.AnyTagClassName
{
color: #514563;
}
</style>
background-color css
<style>
a { background-color: #514563; }
a { background-color: rgb(81,69,99); }
div.DivClassName
{
background-color: #514563;
}
.BgClassName
{
background-color: #514563;
}
</style>
border-color css
<style>
span { border-color: #514563; }
span { border-color: rgb(81,69,99); }
td.TdClassName
{
border-color: #514563;
}
.TagClassName
{
border-color: #514563;
}
</style>