Shades of Mulled Wine #514562
Tints of Mulled Wine #514562
RGB
CMYK
RGB Variations
Color information
#514562 (or 0x514562) is known color: Mulled Wine. HEX triplet: 51, 45 and 62. RGB value is (81,69,98). Sum of RGB (Red+Green+Blue) = 81+69+98=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #514562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514562 is #AEBA9D. Grayscale: #4B4B4B. Windows color (decimal): -11451038 or 6440273. OLE color: 6440273.
HSL color Cylindrical-coordinate representation of color #514562: hue angle of 264.83º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514562 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 69 | 98 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.62 |
| HSL | 264.83º | 0.17% | 0.33% | - |
| HSV(B) | 264.83º | 0.3% | 0.38% | - |
| XYZ | 7.73 | 6.89 | 12.48 | - |
| YUV | 75.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 98 | 0.17 | 0.30 | 0 | 0.62 | 264.83 | 0.17 | 0.33 |
| Hex | 51 | 45 | 62 | 11 | 1E | 0 | 3E | 109 | 11 | 21 |
| Octal | 121 | 105 | 142 | 21 | 36 | 0 | 76 | 411 | 21 | 41 |
| Binary | 1010001 | 1000101 | 1100010 | 10001 | 11110 | 0 | 111110 | 100001001 | 10001 | 100001 |
Color Harmonies of #514562
Complementary color
Monochromatic Colors of #514562
Black with #514562
Text Example
Text Example
White with #514562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514562; }
p { color: rgb(81,69,98); }
H1.HeaderClassName
{
color: #514562;
}
.AnyTagClassName
{
color: #514562;
}
</style>
background-color css
<style>
a { background-color: #514562; }
a { background-color: rgb(81,69,98); }
div.DivClassName
{
background-color: #514562;
}
.BgClassName
{
background-color: #514562;
}
</style>
border-color css
<style>
span { border-color: #514562; }
span { border-color: rgb(81,69,98); }
td.TdClassName
{
border-color: #514562;
}
.TagClassName
{
border-color: #514562;
}
</style>