Shades of Mulled Wine #545158
Tints of Mulled Wine #545158
RGB
CMYK
RGB Variations
Color information
#545158 (or 0x545158) is known color: Mulled Wine. HEX triplet: 54, 51 and 58. RGB value is (84,81,88). Sum of RGB (Red+Green+Blue) = 84+81+88=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #545158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545158 is #ABAEA7. Grayscale: #525252. Windows color (decimal): -11251368 or 5787988. OLE color: 5787988.
HSL color Cylindrical-coordinate representation of color #545158: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545158 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 81 | 88 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.65 |
| HSL | 265.71º | 0.04% | 0.33% | - |
| HSV(B) | 265.71º | 0.08% | 0.35% | - |
| XYZ | 8.36 | 8.47 | 10.43 | - |
| YUV | 82.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 88 | 0.05 | 0.08 | 0 | 0.65 | 265.71 | 0.04 | 0.33 |
| Hex | 54 | 51 | 58 | 5 | 8 | 0 | 41 | 10A | 4 | 21 |
| Octal | 124 | 121 | 130 | 5 | 10 | 0 | 101 | 412 | 4 | 41 |
| Binary | 1010100 | 1010001 | 1011000 | 101 | 1000 | 0 | 1000001 | 100001010 | 100 | 100001 |
Color Harmonies of #545158
Complementary color
Monochromatic Colors of #545158
Black with #545158
Text Example
Text Example
White with #545158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545158; }
p { color: rgb(84,81,88); }
H1.HeaderClassName
{
color: #545158;
}
.AnyTagClassName
{
color: #545158;
}
</style>
background-color css
<style>
a { background-color: #545158; }
a { background-color: rgb(84,81,88); }
div.DivClassName
{
background-color: #545158;
}
.BgClassName
{
background-color: #545158;
}
</style>
border-color css
<style>
span { border-color: #545158; }
span { border-color: rgb(84,81,88); }
td.TdClassName
{
border-color: #545158;
}
.TagClassName
{
border-color: #545158;
}
</style>