Shades of Mulled Wine #534A63
Tints of Mulled Wine #534A63
RGB
CMYK
RGB Variations
Color information
#534A63 (or 0x534A63) is known color: Mulled Wine. HEX triplet: 53, 4A and 63. RGB value is (83,74,99). Sum of RGB (Red+Green+Blue) = 83+74+99=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #534A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A63 is #ACB59C. Grayscale: #4F4F4F. Windows color (decimal): -11318685 or 6507091. OLE color: 6507091.
HSL color Cylindrical-coordinate representation of color #534A63: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534A63 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 74 | 99 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.61 |
| HSL | 261.6º | 0.14% | 0.34% | - |
| HSV(B) | 261.6º | 0.25% | 0.39% | - |
| XYZ | 8.27 | 7.64 | 12.84 | - |
| YUV | 79.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 99 | 0.16 | 0.25 | 0 | 0.61 | 261.6 | 0.14 | 0.34 |
| Hex | 53 | 4A | 63 | 10 | 19 | 0 | 3D | 106 | E | 22 |
| Octal | 123 | 112 | 143 | 20 | 31 | 0 | 75 | 406 | 16 | 42 |
| Binary | 1010011 | 1001010 | 1100011 | 10000 | 11001 | 0 | 111101 | 100000110 | 1110 | 100010 |
Color Harmonies of #534A63
Complementary color
Monochromatic Colors of #534A63
Black with #534A63
Text Example
Text Example
White with #534A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A63; }
p { color: rgb(83,74,99); }
H1.HeaderClassName
{
color: #534A63;
}
.AnyTagClassName
{
color: #534A63;
}
</style>
background-color css
<style>
a { background-color: #534A63; }
a { background-color: rgb(83,74,99); }
div.DivClassName
{
background-color: #534A63;
}
.BgClassName
{
background-color: #534A63;
}
</style>
border-color css
<style>
span { border-color: #534A63; }
span { border-color: rgb(83,74,99); }
td.TdClassName
{
border-color: #534A63;
}
.TagClassName
{
border-color: #534A63;
}
</style>