Shades of Mulled Wine #534363
Tints of Mulled Wine #534363
RGB
CMYK
RGB Variations
Color information
#534363 (or 0x534363) is known color: Mulled Wine. HEX triplet: 53, 43 and 63. RGB value is (83,67,99). Sum of RGB (Red+Green+Blue) = 83+67+99=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #534363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534363 is #ACBC9C. Grayscale: #4B4B4B. Windows color (decimal): -11320477 or 6505299. OLE color: 6505299.
HSL color Cylindrical-coordinate representation of color #534363: hue angle of 270º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534363 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 67 | 99 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.61 |
| HSL | 270º | 0.19% | 0.33% | - |
| HSV(B) | 270º | 0.32% | 0.39% | - |
| XYZ | 7.83 | 6.75 | 12.7 | - |
| YUV | 75.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 99 | 0.16 | 0.32 | 0 | 0.61 | 270 | 0.19 | 0.33 |
| Hex | 53 | 43 | 63 | 10 | 20 | 0 | 3D | 10E | 13 | 21 |
| Octal | 123 | 103 | 143 | 20 | 40 | 0 | 75 | 416 | 23 | 41 |
| Binary | 1010011 | 1000011 | 1100011 | 10000 | 100000 | 0 | 111101 | 100001110 | 10011 | 100001 |
Color Harmonies of #534363
Complementary color
Monochromatic Colors of #534363
Black with #534363
Text Example
Text Example
White with #534363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534363; }
p { color: rgb(83,67,99); }
H1.HeaderClassName
{
color: #534363;
}
.AnyTagClassName
{
color: #534363;
}
</style>
background-color css
<style>
a { background-color: #534363; }
a { background-color: rgb(83,67,99); }
div.DivClassName
{
background-color: #534363;
}
.BgClassName
{
background-color: #534363;
}
</style>
border-color css
<style>
span { border-color: #534363; }
span { border-color: rgb(83,67,99); }
td.TdClassName
{
border-color: #534363;
}
.TagClassName
{
border-color: #534363;
}
</style>