Shades of Mulled Wine #4C4953
Tints of Mulled Wine #4C4953
RGB
CMYK
RGB Variations
Color information
#4C4953 (or 0x4C4953) is known color: Mulled Wine. HEX triplet: 4C, 49 and 53. RGB value is (76,73,83). Sum of RGB (Red+Green+Blue) = 76+73+83=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4953 is #B3B6AC. Grayscale: #4B4B4B. Windows color (decimal): -11777709 or 5458252. OLE color: 5458252.
HSL color Cylindrical-coordinate representation of color #4C4953: hue angle of 258º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C4953 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 73 | 83 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.67 |
| HSL | 258º | 0.06% | 0.31% | - |
| HSV(B) | 258º | 0.12% | 0.33% | - |
| XYZ | 6.92 | 6.93 | 9.16 | - |
| YUV | 75.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 83 | 0.08 | 0.12 | 0 | 0.67 | 258 | 0.06 | 0.31 |
| Hex | 4C | 49 | 53 | 8 | C | 0 | 43 | 102 | 6 | 1F |
| Octal | 114 | 111 | 123 | 10 | 14 | 0 | 103 | 402 | 6 | 37 |
| Binary | 1001100 | 1001001 | 1010011 | 1000 | 1100 | 0 | 1000011 | 100000010 | 110 | 11111 |
Color Harmonies of #4C4953
Complementary color
Monochromatic Colors of #4C4953
Black with #4C4953
Text Example
Text Example
White with #4C4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4953; }
p { color: rgb(76,73,83); }
H1.HeaderClassName
{
color: #4C4953;
}
.AnyTagClassName
{
color: #4C4953;
}
</style>
background-color css
<style>
a { background-color: #4C4953; }
a { background-color: rgb(76,73,83); }
div.DivClassName
{
background-color: #4C4953;
}
.BgClassName
{
background-color: #4C4953;
}
</style>
border-color css
<style>
span { border-color: #4C4953; }
span { border-color: rgb(76,73,83); }
td.TdClassName
{
border-color: #4C4953;
}
.TagClassName
{
border-color: #4C4953;
}
</style>