Shades of Mulled Wine #545256
Tints of Mulled Wine #545256
RGB
CMYK
RGB Variations
Color information
#545256 (or 0x545256) is known color: Mulled Wine. HEX triplet: 54, 52 and 56. RGB value is (84,82,86). Sum of RGB (Red+Green+Blue) = 84+82+86=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: blue. Hex color #545256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545256 is #ABADA9. Grayscale: #535353. Windows color (decimal): -11251114 or 5657172. OLE color: 5657172.
HSL color Cylindrical-coordinate representation of color #545256: hue angle of 270º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545256 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 82 | 86 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.66 |
| HSL | 270º | 0.02% | 0.33% | - |
| HSV(B) | 270º | 0.05% | 0.34% | - |
| XYZ | 8.35 | 8.59 | 10.02 | - |
| YUV | 83.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 86 | 0.02 | 0.05 | 0 | 0.66 | 270 | 0.02 | 0.33 |
| Hex | 54 | 52 | 56 | 2 | 5 | 0 | 42 | 10E | 2 | 21 |
| Octal | 124 | 122 | 126 | 2 | 5 | 0 | 102 | 416 | 2 | 41 |
| Binary | 1010100 | 1010010 | 1010110 | 10 | 101 | 0 | 1000010 | 100001110 | 10 | 100001 |
Color Harmonies of #545256
Complementary color
Monochromatic Colors of #545256
Black with #545256
Text Example
Text Example
White with #545256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545256; }
p { color: rgb(84,82,86); }
H1.HeaderClassName
{
color: #545256;
}
.AnyTagClassName
{
color: #545256;
}
</style>
background-color css
<style>
a { background-color: #545256; }
a { background-color: rgb(84,82,86); }
div.DivClassName
{
background-color: #545256;
}
.BgClassName
{
background-color: #545256;
}
</style>
border-color css
<style>
span { border-color: #545256; }
span { border-color: rgb(84,82,86); }
td.TdClassName
{
border-color: #545256;
}
.TagClassName
{
border-color: #545256;
}
</style>