Shades of Mulled Wine #534F5B
Tints of Mulled Wine #534F5B
RGB
CMYK
RGB Variations
Color information
#534F5B (or 0x534F5B) is known color: Mulled Wine. HEX triplet: 53, 4F and 5B. RGB value is (83,79,91). Sum of RGB (Red+Green+Blue) = 83+79+91=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #534F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F5B is #ACB0A4. Grayscale: #515151. Windows color (decimal): -11317413 or 5984083. OLE color: 5984083.
HSL color Cylindrical-coordinate representation of color #534F5B: hue angle of 260º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534F5B is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 79 | 91 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.64 |
| HSL | 260º | 0.07% | 0.33% | - |
| HSV(B) | 260º | 0.13% | 0.36% | - |
| XYZ | 8.25 | 8.19 | 11.04 | - |
| YUV | 81.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 91 | 0.09 | 0.13 | 0 | 0.64 | 260 | 0.07 | 0.33 |
| Hex | 53 | 4F | 5B | 9 | D | 0 | 40 | 104 | 7 | 21 |
| Octal | 123 | 117 | 133 | 11 | 15 | 0 | 100 | 404 | 7 | 41 |
| Binary | 1010011 | 1001111 | 1011011 | 1001 | 1101 | 0 | 1000000 | 100000100 | 111 | 100001 |
Color Harmonies of #534F5B
Complementary color
Monochromatic Colors of #534F5B
Black with #534F5B
Text Example
Text Example
White with #534F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F5B; }
p { color: rgb(83,79,91); }
H1.HeaderClassName
{
color: #534F5B;
}
.AnyTagClassName
{
color: #534F5B;
}
</style>
background-color css
<style>
a { background-color: #534F5B; }
a { background-color: rgb(83,79,91); }
div.DivClassName
{
background-color: #534F5B;
}
.BgClassName
{
background-color: #534F5B;
}
</style>
border-color css
<style>
span { border-color: #534F5B; }
span { border-color: rgb(83,79,91); }
td.TdClassName
{
border-color: #534F5B;
}
.TagClassName
{
border-color: #534F5B;
}
</style>