Shades of Mulled Wine #514363
Tints of Mulled Wine #514363
RGB
CMYK
RGB Variations
Color information
#514363 (or 0x514363) is known color: Mulled Wine. HEX triplet: 51, 43 and 63. RGB value is (81,67,99). Sum of RGB (Red+Green+Blue) = 81+67+99=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #514363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514363 is #AEBC9C. Grayscale: #4A4A4A. Windows color (decimal): -11451549 or 6505297. OLE color: 6505297.
HSL color Cylindrical-coordinate representation of color #514363: hue angle of 266.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514363 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 67 | 99 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.61 |
| HSL | 266.25º | 0.19% | 0.33% | - |
| HSV(B) | 266.25º | 0.32% | 0.39% | - |
| XYZ | 7.65 | 6.66 | 12.69 | - |
| YUV | 74.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 99 | 0.18 | 0.32 | 0 | 0.61 | 266.25 | 0.19 | 0.33 |
| Hex | 51 | 43 | 63 | 12 | 20 | 0 | 3D | 10A | 13 | 21 |
| Octal | 121 | 103 | 143 | 22 | 40 | 0 | 75 | 412 | 23 | 41 |
| Binary | 1010001 | 1000011 | 1100011 | 10010 | 100000 | 0 | 111101 | 100001010 | 10011 | 100001 |
Color Harmonies of #514363
Complementary color
Monochromatic Colors of #514363
Black with #514363
Text Example
Text Example
White with #514363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514363; }
p { color: rgb(81,67,99); }
H1.HeaderClassName
{
color: #514363;
}
.AnyTagClassName
{
color: #514363;
}
</style>
background-color css
<style>
a { background-color: #514363; }
a { background-color: rgb(81,67,99); }
div.DivClassName
{
background-color: #514363;
}
.BgClassName
{
background-color: #514363;
}
</style>
border-color css
<style>
span { border-color: #514363; }
span { border-color: rgb(81,67,99); }
td.TdClassName
{
border-color: #514363;
}
.TagClassName
{
border-color: #514363;
}
</style>