Shades of Mulled Wine #534F63
Tints of Mulled Wine #534F63
RGB
CMYK
RGB Variations
Color information
#534F63 (or 0x534F63) is known color: Mulled Wine. HEX triplet: 53, 4F and 63. RGB value is (83,79,99). Sum of RGB (Red+Green+Blue) = 83+79+99=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #534F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F63 is #ACB09C. Grayscale: #525252. Windows color (decimal): -11317405 or 6508371. OLE color: 6508371.
HSL color Cylindrical-coordinate representation of color #534F63: hue angle of 252º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534F63 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 79 | 99 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.61 |
| HSL | 252º | 0.11% | 0.35% | - |
| HSV(B) | 252º | 0.2% | 0.39% | - |
| XYZ | 8.62 | 8.33 | 12.96 | - |
| YUV | 82.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 99 | 0.16 | 0.20 | 0 | 0.61 | 252 | 0.11 | 0.35 |
| Hex | 53 | 4F | 63 | 10 | 14 | 0 | 3D | FC | B | 23 |
| Octal | 123 | 117 | 143 | 20 | 24 | 0 | 75 | 374 | 13 | 43 |
| Binary | 1010011 | 1001111 | 1100011 | 10000 | 10100 | 0 | 111101 | 11111100 | 1011 | 100011 |
Color Harmonies of #534F63
Complementary color
Monochromatic Colors of #534F63
Black with #534F63
Text Example
Text Example
White with #534F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F63; }
p { color: rgb(83,79,99); }
H1.HeaderClassName
{
color: #534F63;
}
.AnyTagClassName
{
color: #534F63;
}
</style>
background-color css
<style>
a { background-color: #534F63; }
a { background-color: rgb(83,79,99); }
div.DivClassName
{
background-color: #534F63;
}
.BgClassName
{
background-color: #534F63;
}
</style>
border-color css
<style>
span { border-color: #534F63; }
span { border-color: rgb(83,79,99); }
td.TdClassName
{
border-color: #534F63;
}
.TagClassName
{
border-color: #534F63;
}
</style>