Shades of Mulled Wine #514A5A
Tints of Mulled Wine #514A5A
RGB
CMYK
RGB Variations
Color information
#514A5A (or 0x514A5A) is known color: Mulled Wine. HEX triplet: 51, 4A and 5A. RGB value is (81,74,90). Sum of RGB (Red+Green+Blue) = 81+74+90=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #514A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A5A is #AEB5A5. Grayscale: #4D4D4D. Windows color (decimal): -11449766 or 5917265. OLE color: 5917265.
HSL color Cylindrical-coordinate representation of color #514A5A: hue angle of 266.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #514A5A is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 74 | 90 | - |
| CMYK | 0.1 | 0.18 | 0 | 0.65 |
| HSL | 266.25º | 0.1% | 0.32% | - |
| HSV(B) | 266.25º | 0.18% | 0.35% | - |
| XYZ | 7.69 | 7.39 | 10.69 | - |
| YUV | 77.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 90 | 0.1 | 0.18 | 0 | 0.65 | 266.25 | 0.1 | 0.32 |
| Hex | 51 | 4A | 5A | A | 12 | 0 | 41 | 10A | A | 20 |
| Octal | 121 | 112 | 132 | 12 | 22 | 0 | 101 | 412 | 12 | 40 |
| Binary | 1010001 | 1001010 | 1011010 | 1010 | 10010 | 0 | 1000001 | 100001010 | 1010 | 100000 |
Color Harmonies of #514A5A
Complementary color
Monochromatic Colors of #514A5A
Black with #514A5A
Text Example
Text Example
White with #514A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A5A; }
p { color: rgb(81,74,90); }
H1.HeaderClassName
{
color: #514A5A;
}
.AnyTagClassName
{
color: #514A5A;
}
</style>
background-color css
<style>
a { background-color: #514A5A; }
a { background-color: rgb(81,74,90); }
div.DivClassName
{
background-color: #514A5A;
}
.BgClassName
{
background-color: #514A5A;
}
</style>
border-color css
<style>
span { border-color: #514A5A; }
span { border-color: rgb(81,74,90); }
td.TdClassName
{
border-color: #514A5A;
}
.TagClassName
{
border-color: #514A5A;
}
</style>