Shades of Mulled Wine #534C63
Tints of Mulled Wine #534C63
RGB
CMYK
RGB Variations
Color information
#534C63 (or 0x534C63) is known color: Mulled Wine. HEX triplet: 53, 4C and 63. RGB value is (83,76,99). Sum of RGB (Red+Green+Blue) = 83+76+99=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #534C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C63 is #ACB39C. Grayscale: #505050. Windows color (decimal): -11318173 or 6507603. OLE color: 6507603.
HSL color Cylindrical-coordinate representation of color #534C63: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534C63 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 76 | 99 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.61 |
| HSL | 258.26º | 0.13% | 0.34% | - |
| HSV(B) | 258.26º | 0.23% | 0.39% | - |
| XYZ | 8.4 | 7.91 | 12.89 | - |
| YUV | 80.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 99 | 0.16 | 0.23 | 0 | 0.61 | 258.26 | 0.13 | 0.34 |
| Hex | 53 | 4C | 63 | 10 | 17 | 0 | 3D | 102 | D | 22 |
| Octal | 123 | 114 | 143 | 20 | 27 | 0 | 75 | 402 | 15 | 42 |
| Binary | 1010011 | 1001100 | 1100011 | 10000 | 10111 | 0 | 111101 | 100000010 | 1101 | 100010 |
Color Harmonies of #534C63
Complementary color
Monochromatic Colors of #534C63
Black with #534C63
Text Example
Text Example
White with #534C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C63; }
p { color: rgb(83,76,99); }
H1.HeaderClassName
{
color: #534C63;
}
.AnyTagClassName
{
color: #534C63;
}
</style>
background-color css
<style>
a { background-color: #534C63; }
a { background-color: rgb(83,76,99); }
div.DivClassName
{
background-color: #534C63;
}
.BgClassName
{
background-color: #534C63;
}
</style>
border-color css
<style>
span { border-color: #534C63; }
span { border-color: rgb(83,76,99); }
td.TdClassName
{
border-color: #534C63;
}
.TagClassName
{
border-color: #534C63;
}
</style>