Shades of Mulled Wine #534C62
Tints of Mulled Wine #534C62
RGB
CMYK
RGB Variations
Color information
#534C62 (or 0x534C62) is known color: Mulled Wine. HEX triplet: 53, 4C and 62. RGB value is (83,76,98). Sum of RGB (Red+Green+Blue) = 83+76+98=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #534C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C62 is #ACB39D. Grayscale: #505050. Windows color (decimal): -11318174 or 6442067. OLE color: 6442067.
HSL color Cylindrical-coordinate representation of color #534C62: hue angle of 259.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534C62 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 76 | 98 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.62 |
| HSL | 259.09º | 0.13% | 0.34% | - |
| HSV(B) | 259.09º | 0.22% | 0.38% | - |
| XYZ | 8.36 | 7.89 | 12.64 | - |
| YUV | 80.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 98 | 0.15 | 0.22 | 0 | 0.62 | 259.09 | 0.13 | 0.34 |
| Hex | 53 | 4C | 62 | F | 16 | 0 | 3E | 103 | D | 22 |
| Octal | 123 | 114 | 142 | 17 | 26 | 0 | 76 | 403 | 15 | 42 |
| Binary | 1010011 | 1001100 | 1100010 | 1111 | 10110 | 0 | 111110 | 100000011 | 1101 | 100010 |
Color Harmonies of #534C62
Complementary color
Monochromatic Colors of #534C62
Black with #534C62
Text Example
Text Example
White with #534C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C62; }
p { color: rgb(83,76,98); }
H1.HeaderClassName
{
color: #534C62;
}
.AnyTagClassName
{
color: #534C62;
}
</style>
background-color css
<style>
a { background-color: #534C62; }
a { background-color: rgb(83,76,98); }
div.DivClassName
{
background-color: #534C62;
}
.BgClassName
{
background-color: #534C62;
}
</style>
border-color css
<style>
span { border-color: #534C62; }
span { border-color: rgb(83,76,98); }
td.TdClassName
{
border-color: #534C62;
}
.TagClassName
{
border-color: #534C62;
}
</style>