Shades of Mulled Wine #534D5B
Tints of Mulled Wine #534D5B
RGB
CMYK
RGB Variations
Color information
#534D5B (or 0x534D5B) is known color: Mulled Wine. HEX triplet: 53, 4D and 5B. RGB value is (83,77,91). Sum of RGB (Red+Green+Blue) = 83+77+91=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #534D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D5B is #ACB2A4. Grayscale: #505050. Windows color (decimal): -11317925 or 5983571. OLE color: 5983571.
HSL color Cylindrical-coordinate representation of color #534D5B: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #534D5B is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 77 | 91 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.64 |
| HSL | 265.71º | 0.08% | 0.33% | - |
| HSV(B) | 265.71º | 0.15% | 0.36% | - |
| XYZ | 8.11 | 7.9 | 11 | - |
| YUV | 80.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 91 | 0.09 | 0.15 | 0 | 0.64 | 265.71 | 0.08 | 0.33 |
| Hex | 53 | 4D | 5B | 9 | F | 0 | 40 | 10A | 8 | 21 |
| Octal | 123 | 115 | 133 | 11 | 17 | 0 | 100 | 412 | 10 | 41 |
| Binary | 1010011 | 1001101 | 1011011 | 1001 | 1111 | 0 | 1000000 | 100001010 | 1000 | 100001 |
Color Harmonies of #534D5B
Complementary color
Monochromatic Colors of #534D5B
Black with #534D5B
Text Example
Text Example
White with #534D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D5B; }
p { color: rgb(83,77,91); }
H1.HeaderClassName
{
color: #534D5B;
}
.AnyTagClassName
{
color: #534D5B;
}
</style>
background-color css
<style>
a { background-color: #534D5B; }
a { background-color: rgb(83,77,91); }
div.DivClassName
{
background-color: #534D5B;
}
.BgClassName
{
background-color: #534D5B;
}
</style>
border-color css
<style>
span { border-color: #534D5B; }
span { border-color: rgb(83,77,91); }
td.TdClassName
{
border-color: #534D5B;
}
.TagClassName
{
border-color: #534D5B;
}
</style>