Shades of Mulled Wine #514D5C
Tints of Mulled Wine #514D5C
RGB
CMYK
RGB Variations
Color information
#514D5C (or 0x514D5C) is known color: Mulled Wine. HEX triplet: 51, 4D and 5C. RGB value is (81,77,92). Sum of RGB (Red+Green+Blue) = 81+77+92=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #514D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D5C is #AEB2A3. Grayscale: #4F4F4F. Windows color (decimal): -11448996 or 6049105. OLE color: 6049105.
HSL color Cylindrical-coordinate representation of color #514D5C: hue angle of 256º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514D5C is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 77 | 92 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.64 |
| HSL | 256º | 0.09% | 0.33% | - |
| HSV(B) | 256º | 0.16% | 0.36% | - |
| XYZ | 7.98 | 7.83 | 11.22 | - |
| YUV | 79.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 92 | 0.12 | 0.16 | 0 | 0.64 | 256 | 0.09 | 0.33 |
| Hex | 51 | 4D | 5C | C | 10 | 0 | 40 | 100 | 9 | 21 |
| Octal | 121 | 115 | 134 | 14 | 20 | 0 | 100 | 400 | 11 | 41 |
| Binary | 1010001 | 1001101 | 1011100 | 1100 | 10000 | 0 | 1000000 | 100000000 | 1001 | 100001 |
Color Harmonies of #514D5C
Complementary color
Monochromatic Colors of #514D5C
Black with #514D5C
Text Example
Text Example
White with #514D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D5C; }
p { color: rgb(81,77,92); }
H1.HeaderClassName
{
color: #514D5C;
}
.AnyTagClassName
{
color: #514D5C;
}
</style>
background-color css
<style>
a { background-color: #514D5C; }
a { background-color: rgb(81,77,92); }
div.DivClassName
{
background-color: #514D5C;
}
.BgClassName
{
background-color: #514D5C;
}
</style>
border-color css
<style>
span { border-color: #514D5C; }
span { border-color: rgb(81,77,92); }
td.TdClassName
{
border-color: #514D5C;
}
.TagClassName
{
border-color: #514D5C;
}
</style>