Shades of Mulled Wine #514767
Tints of Mulled Wine #514767
RGB
CMYK
RGB Variations
Color information
#514767 (or 0x514767) is known color: Mulled Wine. HEX triplet: 51, 47 and 67. RGB value is (81,71,103). Sum of RGB (Red+Green+Blue) = 81+71+103=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #514767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514767 is #AEB898. Grayscale: #4D4D4D. Windows color (decimal): -11450521 or 6768465. OLE color: 6768465.
HSL color Cylindrical-coordinate representation of color #514767: hue angle of 258.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514767 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 71 | 103 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.60 |
| HSL | 258.75º | 0.18% | 0.34% | - |
| HSV(B) | 258.75º | 0.31% | 0.4% | - |
| XYZ | 8.09 | 7.24 | 13.8 | - |
| YUV | 77.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 103 | 0.21 | 0.31 | 0 | 0.60 | 258.75 | 0.18 | 0.34 |
| Hex | 51 | 47 | 67 | 15 | 1F | 0 | 3C | 103 | 12 | 22 |
| Octal | 121 | 107 | 147 | 25 | 37 | 0 | 74 | 403 | 22 | 42 |
| Binary | 1010001 | 1000111 | 1100111 | 10101 | 11111 | 0 | 111100 | 100000011 | 10010 | 100010 |
Color Harmonies of #514767
Complementary color
Monochromatic Colors of #514767
Black with #514767
Text Example
Text Example
White with #514767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514767; }
p { color: rgb(81,71,103); }
H1.HeaderClassName
{
color: #514767;
}
.AnyTagClassName
{
color: #514767;
}
</style>
background-color css
<style>
a { background-color: #514767; }
a { background-color: rgb(81,71,103); }
div.DivClassName
{
background-color: #514767;
}
.BgClassName
{
background-color: #514767;
}
</style>
border-color css
<style>
span { border-color: #514767; }
span { border-color: rgb(81,71,103); }
td.TdClassName
{
border-color: #514767;
}
.TagClassName
{
border-color: #514767;
}
</style>