Shades of Mulled Wine #544C6B
Tints of Mulled Wine #544C6B
RGB
CMYK
RGB Variations
Color information
#544C6B (or 0x544C6B) is known color: Mulled Wine. HEX triplet: 54, 4C and 6B. RGB value is (84,76,107). Sum of RGB (Red+Green+Blue) = 84+76+107=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #544C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C6B is #ABB394. Grayscale: #515151. Windows color (decimal): -11252629 or 7031892. OLE color: 7031892.
HSL color Cylindrical-coordinate representation of color #544C6B: hue angle of 255.48º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #544C6B is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 76 | 107 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.58 |
| HSL | 255.48º | 0.17% | 0.36% | - |
| HSV(B) | 255.48º | 0.29% | 0.42% | - |
| XYZ | 8.89 | 8.12 | 15.01 | - |
| YUV | 81.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 107 | 0.21 | 0.29 | 0 | 0.58 | 255.48 | 0.17 | 0.36 |
| Hex | 54 | 4C | 6B | 15 | 1D | 0 | 3A | FF | 11 | 24 |
| Octal | 124 | 114 | 153 | 25 | 35 | 0 | 72 | 377 | 21 | 44 |
| Binary | 1010100 | 1001100 | 1101011 | 10101 | 11101 | 0 | 111010 | 11111111 | 10001 | 100100 |
Color Harmonies of #544C6B
Complementary color
Monochromatic Colors of #544C6B
Black with #544C6B
Text Example
Text Example
White with #544C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C6B; }
p { color: rgb(84,76,107); }
H1.HeaderClassName
{
color: #544C6B;
}
.AnyTagClassName
{
color: #544C6B;
}
</style>
background-color css
<style>
a { background-color: #544C6B; }
a { background-color: rgb(84,76,107); }
div.DivClassName
{
background-color: #544C6B;
}
.BgClassName
{
background-color: #544C6B;
}
</style>
border-color css
<style>
span { border-color: #544C6B; }
span { border-color: rgb(84,76,107); }
td.TdClassName
{
border-color: #544C6B;
}
.TagClassName
{
border-color: #544C6B;
}
</style>