Shades of Mulled Wine #534867
Tints of Mulled Wine #534867
RGB
CMYK
RGB Variations
Color information
#534867 (or 0x534867) is known color: Mulled Wine. HEX triplet: 53, 48 and 67. RGB value is (83,72,103). Sum of RGB (Red+Green+Blue) = 83+72+103=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #534867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534867 is #ACB798. Grayscale: #4E4E4E. Windows color (decimal): -11319193 or 6768723. OLE color: 6768723.
HSL color Cylindrical-coordinate representation of color #534867: hue angle of 261.29º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534867 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 72 | 103 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.60 |
| HSL | 261.29º | 0.18% | 0.34% | - |
| HSV(B) | 261.29º | 0.3% | 0.4% | - |
| XYZ | 8.33 | 7.45 | 13.83 | - |
| YUV | 78.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 103 | 0.19 | 0.30 | 0 | 0.60 | 261.29 | 0.18 | 0.34 |
| Hex | 53 | 48 | 67 | 13 | 1E | 0 | 3C | 105 | 12 | 22 |
| Octal | 123 | 110 | 147 | 23 | 36 | 0 | 74 | 405 | 22 | 42 |
| Binary | 1010011 | 1001000 | 1100111 | 10011 | 11110 | 0 | 111100 | 100000101 | 10010 | 100010 |
Color Harmonies of #534867
Complementary color
Monochromatic Colors of #534867
Black with #534867
Text Example
Text Example
White with #534867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534867; }
p { color: rgb(83,72,103); }
H1.HeaderClassName
{
color: #534867;
}
.AnyTagClassName
{
color: #534867;
}
</style>
background-color css
<style>
a { background-color: #534867; }
a { background-color: rgb(83,72,103); }
div.DivClassName
{
background-color: #534867;
}
.BgClassName
{
background-color: #534867;
}
</style>
border-color css
<style>
span { border-color: #534867; }
span { border-color: rgb(83,72,103); }
td.TdClassName
{
border-color: #534867;
}
.TagClassName
{
border-color: #534867;
}
</style>