Shades of Mulled Wine #534E67
Tints of Mulled Wine #534E67
RGB
CMYK
RGB Variations
Color information
#534E67 (or 0x534E67) is known color: Mulled Wine. HEX triplet: 53, 4E and 67. RGB value is (83,78,103). Sum of RGB (Red+Green+Blue) = 83+78+103=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #534E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E67 is #ACB198. Grayscale: #525252. Windows color (decimal): -11317657 or 6770259. OLE color: 6770259.
HSL color Cylindrical-coordinate representation of color #534E67: hue angle of 252º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534E67 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 78 | 103 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.60 |
| HSL | 252º | 0.14% | 0.35% | - |
| HSV(B) | 252º | 0.24% | 0.4% | - |
| XYZ | 8.74 | 8.27 | 13.97 | - |
| YUV | 82.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 103 | 0.19 | 0.24 | 0 | 0.60 | 252 | 0.14 | 0.35 |
| Hex | 53 | 4E | 67 | 13 | 18 | 0 | 3C | FC | E | 23 |
| Octal | 123 | 116 | 147 | 23 | 30 | 0 | 74 | 374 | 16 | 43 |
| Binary | 1010011 | 1001110 | 1100111 | 10011 | 11000 | 0 | 111100 | 11111100 | 1110 | 100011 |
Color Harmonies of #534E67
Complementary color
Monochromatic Colors of #534E67
Black with #534E67
Text Example
Text Example
White with #534E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E67; }
p { color: rgb(83,78,103); }
H1.HeaderClassName
{
color: #534E67;
}
.AnyTagClassName
{
color: #534E67;
}
</style>
background-color css
<style>
a { background-color: #534E67; }
a { background-color: rgb(83,78,103); }
div.DivClassName
{
background-color: #534E67;
}
.BgClassName
{
background-color: #534E67;
}
</style>
border-color css
<style>
span { border-color: #534E67; }
span { border-color: rgb(83,78,103); }
td.TdClassName
{
border-color: #534E67;
}
.TagClassName
{
border-color: #534E67;
}
</style>