Shades of Mulled Wine #545356
Tints of Mulled Wine #545356
RGB
CMYK
RGB Variations
Color information
#545356 (or 0x545356) is known color: Mulled Wine. HEX triplet: 54, 53 and 56. RGB value is (84,83,86). Sum of RGB (Red+Green+Blue) = 84+83+86=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #545356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545356 is #ABACA9. Grayscale: #535353. Windows color (decimal): -11250858 or 5657428. OLE color: 5657428.
HSL color Cylindrical-coordinate representation of color #545356: hue angle of 260º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #545356 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 83 | 86 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.66 |
| HSL | 260º | 0.02% | 0.33% | - |
| HSV(B) | 260º | 0.03% | 0.34% | - |
| XYZ | 8.43 | 8.74 | 10.05 | - |
| YUV | 83.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 86 | 0.02 | 0.03 | 0 | 0.66 | 260 | 0.02 | 0.33 |
| Hex | 54 | 53 | 56 | 2 | 3 | 0 | 42 | 104 | 2 | 21 |
| Octal | 124 | 123 | 126 | 2 | 3 | 0 | 102 | 404 | 2 | 41 |
| Binary | 1010100 | 1010011 | 1010110 | 10 | 11 | 0 | 1000010 | 100000100 | 10 | 100001 |
Color Harmonies of #545356
Complementary color
Monochromatic Colors of #545356
Black with #545356
Text Example
Text Example
White with #545356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545356; }
p { color: rgb(84,83,86); }
H1.HeaderClassName
{
color: #545356;
}
.AnyTagClassName
{
color: #545356;
}
</style>
background-color css
<style>
a { background-color: #545356; }
a { background-color: rgb(84,83,86); }
div.DivClassName
{
background-color: #545356;
}
.BgClassName
{
background-color: #545356;
}
</style>
border-color css
<style>
span { border-color: #545356; }
span { border-color: rgb(84,83,86); }
td.TdClassName
{
border-color: #545356;
}
.TagClassName
{
border-color: #545356;
}
</style>