Shades of Mulled Wine #534E65
Tints of Mulled Wine #534E65
RGB
CMYK
RGB Variations
Color information
#534E65 (or 0x534E65) is known color: Mulled Wine. HEX triplet: 53, 4E and 65. RGB value is (83,78,101). Sum of RGB (Red+Green+Blue) = 83+78+101=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #534E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E65 is #ACB19A. Grayscale: #525252. Windows color (decimal): -11317659 or 6639187. OLE color: 6639187.
HSL color Cylindrical-coordinate representation of color #534E65: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534E65 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 78 | 101 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.60 |
| HSL | 253.04º | 0.13% | 0.35% | - |
| HSV(B) | 253.04º | 0.23% | 0.4% | - |
| XYZ | 8.64 | 8.23 | 13.44 | - |
| YUV | 82.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 101 | 0.18 | 0.23 | 0 | 0.60 | 253.04 | 0.13 | 0.35 |
| Hex | 53 | 4E | 65 | 12 | 17 | 0 | 3C | FD | D | 23 |
| Octal | 123 | 116 | 145 | 22 | 27 | 0 | 74 | 375 | 15 | 43 |
| Binary | 1010011 | 1001110 | 1100101 | 10010 | 10111 | 0 | 111100 | 11111101 | 1101 | 100011 |
Color Harmonies of #534E65
Complementary color
Monochromatic Colors of #534E65
Black with #534E65
Text Example
Text Example
White with #534E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E65; }
p { color: rgb(83,78,101); }
H1.HeaderClassName
{
color: #534E65;
}
.AnyTagClassName
{
color: #534E65;
}
</style>
background-color css
<style>
a { background-color: #534E65; }
a { background-color: rgb(83,78,101); }
div.DivClassName
{
background-color: #534E65;
}
.BgClassName
{
background-color: #534E65;
}
</style>
border-color css
<style>
span { border-color: #534E65; }
span { border-color: rgb(83,78,101); }
td.TdClassName
{
border-color: #534E65;
}
.TagClassName
{
border-color: #534E65;
}
</style>