Shades of Mulled Wine #534862
Tints of Mulled Wine #534862
RGB
CMYK
RGB Variations
Color information
#534862 (or 0x534862) is known color: Mulled Wine. HEX triplet: 53, 48 and 62. RGB value is (83,72,98). Sum of RGB (Red+Green+Blue) = 83+72+98=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #534862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534862 is #ACB79D. Grayscale: #4E4E4E. Windows color (decimal): -11319198 or 6441043. OLE color: 6441043.
HSL color Cylindrical-coordinate representation of color #534862: hue angle of 265.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534862 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 72 | 98 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.62 |
| HSL | 265.38º | 0.15% | 0.33% | - |
| HSV(B) | 265.38º | 0.27% | 0.38% | - |
| XYZ | 8.09 | 7.36 | 12.55 | - |
| YUV | 78.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 98 | 0.15 | 0.27 | 0 | 0.62 | 265.38 | 0.15 | 0.33 |
| Hex | 53 | 48 | 62 | F | 1B | 0 | 3E | 109 | F | 21 |
| Octal | 123 | 110 | 142 | 17 | 33 | 0 | 76 | 411 | 17 | 41 |
| Binary | 1010011 | 1001000 | 1100010 | 1111 | 11011 | 0 | 111110 | 100001001 | 1111 | 100001 |
Color Harmonies of #534862
Complementary color
Monochromatic Colors of #534862
Black with #534862
Text Example
Text Example
White with #534862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534862; }
p { color: rgb(83,72,98); }
H1.HeaderClassName
{
color: #534862;
}
.AnyTagClassName
{
color: #534862;
}
</style>
background-color css
<style>
a { background-color: #534862; }
a { background-color: rgb(83,72,98); }
div.DivClassName
{
background-color: #534862;
}
.BgClassName
{
background-color: #534862;
}
</style>
border-color css
<style>
span { border-color: #534862; }
span { border-color: rgb(83,72,98); }
td.TdClassName
{
border-color: #534862;
}
.TagClassName
{
border-color: #534862;
}
</style>