Shades of Mulled Wine #534C6C
Tints of Mulled Wine #534C6C
RGB
CMYK
RGB Variations
Color information
#534C6C (or 0x534C6C) is known color: Mulled Wine. HEX triplet: 53, 4C and 6C. RGB value is (83,76,108). Sum of RGB (Red+Green+Blue) = 83+76+108=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #534C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C6C is #ACB393. Grayscale: #515151. Windows color (decimal): -11318164 or 7097427. OLE color: 7097427.
HSL color Cylindrical-coordinate representation of color #534C6C: hue angle of 253.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534C6C is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 76 | 108 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.58 |
| HSL | 253.13º | 0.17% | 0.36% | - |
| HSV(B) | 253.13º | 0.3% | 0.42% | - |
| XYZ | 8.86 | 8.09 | 15.28 | - |
| YUV | 81.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 108 | 0.23 | 0.30 | 0 | 0.58 | 253.13 | 0.17 | 0.36 |
| Hex | 53 | 4C | 6C | 17 | 1E | 0 | 3A | FD | 11 | 24 |
| Octal | 123 | 114 | 154 | 27 | 36 | 0 | 72 | 375 | 21 | 44 |
| Binary | 1010011 | 1001100 | 1101100 | 10111 | 11110 | 0 | 111010 | 11111101 | 10001 | 100100 |
Color Harmonies of #534C6C
Complementary color
Monochromatic Colors of #534C6C
Black with #534C6C
Text Example
Text Example
White with #534C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C6C; }
p { color: rgb(83,76,108); }
H1.HeaderClassName
{
color: #534C6C;
}
.AnyTagClassName
{
color: #534C6C;
}
</style>
background-color css
<style>
a { background-color: #534C6C; }
a { background-color: rgb(83,76,108); }
div.DivClassName
{
background-color: #534C6C;
}
.BgClassName
{
background-color: #534C6C;
}
</style>
border-color css
<style>
span { border-color: #534C6C; }
span { border-color: rgb(83,76,108); }
td.TdClassName
{
border-color: #534C6C;
}
.TagClassName
{
border-color: #534C6C;
}
</style>