Shades of Mulled Wine #514558
Tints of Mulled Wine #514558
RGB
CMYK
RGB Variations
Color information
#514558 (or 0x514558) is known color: Mulled Wine. HEX triplet: 51, 45 and 58. RGB value is (81,69,88). Sum of RGB (Red+Green+Blue) = 81+69+88=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #514558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514558 is #AEBAA7. Grayscale: #4A4A4A. Windows color (decimal): -11451048 or 5784913. OLE color: 5784913.
HSL color Cylindrical-coordinate representation of color #514558: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514558 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 69 | 88 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.65 |
| HSL | 277.89º | 0.12% | 0.31% | - |
| HSV(B) | 277.89º | 0.22% | 0.35% | - |
| XYZ | 7.28 | 6.71 | 10.14 | - |
| YUV | 74.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 88 | 0.08 | 0.22 | 0 | 0.65 | 277.89 | 0.12 | 0.31 |
| Hex | 51 | 45 | 58 | 8 | 16 | 0 | 41 | 116 | C | 1F |
| Octal | 121 | 105 | 130 | 10 | 26 | 0 | 101 | 426 | 14 | 37 |
| Binary | 1010001 | 1000101 | 1011000 | 1000 | 10110 | 0 | 1000001 | 100010110 | 1100 | 11111 |
Color Harmonies of #514558
Complementary color
Monochromatic Colors of #514558
Black with #514558
Text Example
Text Example
White with #514558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514558; }
p { color: rgb(81,69,88); }
H1.HeaderClassName
{
color: #514558;
}
.AnyTagClassName
{
color: #514558;
}
</style>
background-color css
<style>
a { background-color: #514558; }
a { background-color: rgb(81,69,88); }
div.DivClassName
{
background-color: #514558;
}
.BgClassName
{
background-color: #514558;
}
</style>
border-color css
<style>
span { border-color: #514558; }
span { border-color: rgb(81,69,88); }
td.TdClassName
{
border-color: #514558;
}
.TagClassName
{
border-color: #514558;
}
</style>