Shades of Mulled Wine #534E61
Tints of Mulled Wine #534E61
RGB
CMYK
RGB Variations
Color information
#534E61 (or 0x534E61) is known color: Mulled Wine. HEX triplet: 53, 4E and 61. RGB value is (83,78,97). Sum of RGB (Red+Green+Blue) = 83+78+97=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #534E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E61 is #ACB19E. Grayscale: #515151. Windows color (decimal): -11317663 or 6377043. OLE color: 6377043.
HSL color Cylindrical-coordinate representation of color #534E61: hue angle of 255.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534E61 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 78 | 97 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.62 |
| HSL | 255.79º | 0.11% | 0.34% | - |
| HSV(B) | 255.79º | 0.2% | 0.38% | - |
| XYZ | 8.45 | 8.15 | 12.44 | - |
| YUV | 81.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 97 | 0.14 | 0.20 | 0 | 0.62 | 255.79 | 0.11 | 0.34 |
| Hex | 53 | 4E | 61 | E | 14 | 0 | 3E | 100 | B | 22 |
| Octal | 123 | 116 | 141 | 16 | 24 | 0 | 76 | 400 | 13 | 42 |
| Binary | 1010011 | 1001110 | 1100001 | 1110 | 10100 | 0 | 111110 | 100000000 | 1011 | 100010 |
Color Harmonies of #534E61
Complementary color
Monochromatic Colors of #534E61
Black with #534E61
Text Example
Text Example
White with #534E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E61; }
p { color: rgb(83,78,97); }
H1.HeaderClassName
{
color: #534E61;
}
.AnyTagClassName
{
color: #534E61;
}
</style>
background-color css
<style>
a { background-color: #534E61; }
a { background-color: rgb(83,78,97); }
div.DivClassName
{
background-color: #534E61;
}
.BgClassName
{
background-color: #534E61;
}
</style>
border-color css
<style>
span { border-color: #534E61; }
span { border-color: rgb(83,78,97); }
td.TdClassName
{
border-color: #534E61;
}
.TagClassName
{
border-color: #534E61;
}
</style>