Shades of Mulled Wine #534F61
Tints of Mulled Wine #534F61
RGB
CMYK
RGB Variations
Color information
#534F61 (or 0x534F61) is known color: Mulled Wine. HEX triplet: 53, 4F and 61. RGB value is (83,79,97). Sum of RGB (Red+Green+Blue) = 83+79+97=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #534F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F61 is #ACB09E. Grayscale: #525252. Windows color (decimal): -11317407 or 6377299. OLE color: 6377299.
HSL color Cylindrical-coordinate representation of color #534F61: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534F61 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 79 | 97 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.62 |
| HSL | 253.33º | 0.1% | 0.35% | - |
| HSV(B) | 253.33º | 0.19% | 0.38% | - |
| XYZ | 8.52 | 8.29 | 12.46 | - |
| YUV | 82.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 97 | 0.14 | 0.19 | 0 | 0.62 | 253.33 | 0.1 | 0.35 |
| Hex | 53 | 4F | 61 | E | 13 | 0 | 3E | FD | A | 23 |
| Octal | 123 | 117 | 141 | 16 | 23 | 0 | 76 | 375 | 12 | 43 |
| Binary | 1010011 | 1001111 | 1100001 | 1110 | 10011 | 0 | 111110 | 11111101 | 1010 | 100011 |
Color Harmonies of #534F61
Complementary color
Monochromatic Colors of #534F61
Black with #534F61
Text Example
Text Example
White with #534F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F61; }
p { color: rgb(83,79,97); }
H1.HeaderClassName
{
color: #534F61;
}
.AnyTagClassName
{
color: #534F61;
}
</style>
background-color css
<style>
a { background-color: #534F61; }
a { background-color: rgb(83,79,97); }
div.DivClassName
{
background-color: #534F61;
}
.BgClassName
{
background-color: #534F61;
}
</style>
border-color css
<style>
span { border-color: #534F61; }
span { border-color: rgb(83,79,97); }
td.TdClassName
{
border-color: #534F61;
}
.TagClassName
{
border-color: #534F61;
}
</style>