Shades of Mulled Wine #514867
Tints of Mulled Wine #514867
RGB
CMYK
RGB Variations
Color information
#514867 (or 0x514867) is known color: Mulled Wine. HEX triplet: 51, 48 and 67. RGB value is (81,72,103). Sum of RGB (Red+Green+Blue) = 81+72+103=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #514867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514867 is #AEB798. Grayscale: #4E4E4E. Windows color (decimal): -11450265 or 6768721. OLE color: 6768721.
HSL color Cylindrical-coordinate representation of color #514867: hue angle of 257.42º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514867 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 72 | 103 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.60 |
| HSL | 257.42º | 0.18% | 0.34% | - |
| HSV(B) | 257.42º | 0.3% | 0.4% | - |
| XYZ | 8.16 | 7.36 | 13.82 | - |
| YUV | 78.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 103 | 0.21 | 0.30 | 0 | 0.60 | 257.42 | 0.18 | 0.34 |
| Hex | 51 | 48 | 67 | 15 | 1E | 0 | 3C | 101 | 12 | 22 |
| Octal | 121 | 110 | 147 | 25 | 36 | 0 | 74 | 401 | 22 | 42 |
| Binary | 1010001 | 1001000 | 1100111 | 10101 | 11110 | 0 | 111100 | 100000001 | 10010 | 100010 |
Color Harmonies of #514867
Complementary color
Monochromatic Colors of #514867
Black with #514867
Text Example
Text Example
White with #514867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514867; }
p { color: rgb(81,72,103); }
H1.HeaderClassName
{
color: #514867;
}
.AnyTagClassName
{
color: #514867;
}
</style>
background-color css
<style>
a { background-color: #514867; }
a { background-color: rgb(81,72,103); }
div.DivClassName
{
background-color: #514867;
}
.BgClassName
{
background-color: #514867;
}
</style>
border-color css
<style>
span { border-color: #514867; }
span { border-color: rgb(81,72,103); }
td.TdClassName
{
border-color: #514867;
}
.TagClassName
{
border-color: #514867;
}
</style>