Shades of Mulled Wine #514E5C
Tints of Mulled Wine #514E5C
RGB
CMYK
RGB Variations
Color information
#514E5C (or 0x514E5C) is known color: Mulled Wine. HEX triplet: 51, 4E and 5C. RGB value is (81,78,92). Sum of RGB (Red+Green+Blue) = 81+78+92=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #514E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E5C is #AEB1A3. Grayscale: #505050. Windows color (decimal): -11448740 or 6049361. OLE color: 6049361.
HSL color Cylindrical-coordinate representation of color #514E5C: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514E5C is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 78 | 92 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.64 |
| HSL | 252.86º | 0.08% | 0.33% | - |
| HSV(B) | 252.86º | 0.15% | 0.36% | - |
| XYZ | 8.05 | 7.97 | 11.24 | - |
| YUV | 80.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 92 | 0.12 | 0.15 | 0 | 0.64 | 252.86 | 0.08 | 0.33 |
| Hex | 51 | 4E | 5C | C | F | 0 | 40 | FD | 8 | 21 |
| Octal | 121 | 116 | 134 | 14 | 17 | 0 | 100 | 375 | 10 | 41 |
| Binary | 1010001 | 1001110 | 1011100 | 1100 | 1111 | 0 | 1000000 | 11111101 | 1000 | 100001 |
Color Harmonies of #514E5C
Complementary color
Monochromatic Colors of #514E5C
Black with #514E5C
Text Example
Text Example
White with #514E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E5C; }
p { color: rgb(81,78,92); }
H1.HeaderClassName
{
color: #514E5C;
}
.AnyTagClassName
{
color: #514E5C;
}
</style>
background-color css
<style>
a { background-color: #514E5C; }
a { background-color: rgb(81,78,92); }
div.DivClassName
{
background-color: #514E5C;
}
.BgClassName
{
background-color: #514E5C;
}
</style>
border-color css
<style>
span { border-color: #514E5C; }
span { border-color: rgb(81,78,92); }
td.TdClassName
{
border-color: #514E5C;
}
.TagClassName
{
border-color: #514E5C;
}
</style>