Shades of Mulled Wine #514161
Tints of Mulled Wine #514161
RGB
CMYK
RGB Variations
Color information
#514161 (or 0x514161) is known color: Mulled Wine. HEX triplet: 51, 41 and 61. RGB value is (81,65,97). Sum of RGB (Red+Green+Blue) = 81+65+97=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #514161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514161 is #AEBE9E. Grayscale: #494949. Windows color (decimal): -11452063 or 6373713. OLE color: 6373713.
HSL color Cylindrical-coordinate representation of color #514161: hue angle of 270º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514161 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 65 | 97 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.62 |
| HSL | 270º | 0.2% | 0.32% | - |
| HSV(B) | 270º | 0.33% | 0.38% | - |
| XYZ | 7.44 | 6.39 | 12.15 | - |
| YUV | 73.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 97 | 0.16 | 0.33 | 0 | 0.62 | 270 | 0.2 | 0.32 |
| Hex | 51 | 41 | 61 | 10 | 21 | 0 | 3E | 10E | 14 | 20 |
| Octal | 121 | 101 | 141 | 20 | 41 | 0 | 76 | 416 | 24 | 40 |
| Binary | 1010001 | 1000001 | 1100001 | 10000 | 100001 | 0 | 111110 | 100001110 | 10100 | 100000 |
Color Harmonies of #514161
Complementary color
Monochromatic Colors of #514161
Black with #514161
Text Example
Text Example
White with #514161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514161; }
p { color: rgb(81,65,97); }
H1.HeaderClassName
{
color: #514161;
}
.AnyTagClassName
{
color: #514161;
}
</style>
background-color css
<style>
a { background-color: #514161; }
a { background-color: rgb(81,65,97); }
div.DivClassName
{
background-color: #514161;
}
.BgClassName
{
background-color: #514161;
}
</style>
border-color css
<style>
span { border-color: #514161; }
span { border-color: rgb(81,65,97); }
td.TdClassName
{
border-color: #514161;
}
.TagClassName
{
border-color: #514161;
}
</style>