Shades of Mulled Wine #534B5D
Tints of Mulled Wine #534B5D
RGB
CMYK
RGB Variations
Color information
#534B5D (or 0x534B5D) is known color: Mulled Wine. HEX triplet: 53, 4B and 5D. RGB value is (83,75,93). Sum of RGB (Red+Green+Blue) = 83+75+93=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #534B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B5D is #ACB4A2. Grayscale: #4F4F4F. Windows color (decimal): -11318435 or 6114131. OLE color: 6114131.
HSL color Cylindrical-coordinate representation of color #534B5D: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534B5D is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 83 | 75 | 93 | - |
CMYK | 0.11 | 0.19 | 0 | 0.64 |
HSL | 266.67º | 0.11% | 0.33% | - |
HSV(B) | 266.67º | 0.19% | 0.36% | - |
XYZ | 8.06 | 7.66 | 11.41 | - |
YUV | 79.44 | 135.65 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 75 | 93 | 0.11 | 0.19 | 0 | 0.64 | 266.67 | 0.11 | 0.33 |
Hex | 53 | 4B | 5D | B | 13 | 0 | 40 | 10B | B | 21 |
Octal | 123 | 113 | 135 | 13 | 23 | 0 | 100 | 413 | 13 | 41 |
Binary | 1010011 | 1001011 | 1011101 | 1011 | 10011 | 0 | 1000000 | 100001011 | 1011 | 100001 |
Color Harmonies of #534B5D
Complementary color
Monochromatic Colors of #534B5D
Black with #534B5D
Text Example
Text Example
White with #534B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B5D; }
p { color: rgb(83,75,93); }
H1.HeaderClassName
{
color: #534B5D;
}
.AnyTagClassName
{
color: #534B5D;
}
</style>
background-color css
<style>
a { background-color: #534B5D; }
a { background-color: rgb(83,75,93); }
div.DivClassName
{
background-color: #534B5D;
}
.BgClassName
{
background-color: #534B5D;
}
</style>
border-color css
<style>
span { border-color: #534B5D; }
span { border-color: rgb(83,75,93); }
td.TdClassName
{
border-color: #534B5D;
}
.TagClassName
{
border-color: #534B5D;
}
</style>