Shades of Mulled Wine #514463
Tints of Mulled Wine #514463
RGB
CMYK
RGB Variations
Color information
#514463 (or 0x514463) is known color: Mulled Wine. HEX triplet: 51, 44 and 63. RGB value is (81,68,99). Sum of RGB (Red+Green+Blue) = 81+68+99=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #514463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514463 is #AEBB9C. Grayscale: #4B4B4B. Windows color (decimal): -11451293 or 6505553. OLE color: 6505553.
HSL color Cylindrical-coordinate representation of color #514463: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514463 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 68 | 99 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.61 |
| HSL | 265.16º | 0.19% | 0.33% | - |
| HSV(B) | 265.16º | 0.31% | 0.39% | - |
| XYZ | 7.71 | 6.78 | 12.71 | - |
| YUV | 75.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 99 | 0.18 | 0.31 | 0 | 0.61 | 265.16 | 0.19 | 0.33 |
| Hex | 51 | 44 | 63 | 12 | 1F | 0 | 3D | 109 | 13 | 21 |
| Octal | 121 | 104 | 143 | 22 | 37 | 0 | 75 | 411 | 23 | 41 |
| Binary | 1010001 | 1000100 | 1100011 | 10010 | 11111 | 0 | 111101 | 100001001 | 10011 | 100001 |
Color Harmonies of #514463
Complementary color
Monochromatic Colors of #514463
Black with #514463
Text Example
Text Example
White with #514463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514463; }
p { color: rgb(81,68,99); }
H1.HeaderClassName
{
color: #514463;
}
.AnyTagClassName
{
color: #514463;
}
</style>
background-color css
<style>
a { background-color: #514463; }
a { background-color: rgb(81,68,99); }
div.DivClassName
{
background-color: #514463;
}
.BgClassName
{
background-color: #514463;
}
</style>
border-color css
<style>
span { border-color: #514463; }
span { border-color: rgb(81,68,99); }
td.TdClassName
{
border-color: #514463;
}
.TagClassName
{
border-color: #514463;
}
</style>