Shades of Mulled Wine #4C4353
Tints of Mulled Wine #4C4353
RGB
CMYK
RGB Variations
Color information
#4C4353 (or 0x4C4353) is known color: Mulled Wine. HEX triplet: 4C, 43 and 53. RGB value is (76,67,83). Sum of RGB (Red+Green+Blue) = 76+67+83=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4353 is #B3BCAC. Grayscale: #474747. Windows color (decimal): -11779245 or 5456716. OLE color: 5456716.
HSL color Cylindrical-coordinate representation of color #4C4353: hue angle of 273.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C4353 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 67 | 83 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.67 |
| HSL | 273.75º | 0.11% | 0.29% | - |
| HSV(B) | 273.75º | 0.19% | 0.33% | - |
| XYZ | 6.55 | 6.18 | 9.03 | - |
| YUV | 71.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 83 | 0.08 | 0.19 | 0 | 0.67 | 273.75 | 0.11 | 0.29 |
| Hex | 4C | 43 | 53 | 8 | 13 | 0 | 43 | 112 | B | 1D |
| Octal | 114 | 103 | 123 | 10 | 23 | 0 | 103 | 422 | 13 | 35 |
| Binary | 1001100 | 1000011 | 1010011 | 1000 | 10011 | 0 | 1000011 | 100010010 | 1011 | 11101 |
Color Harmonies of #4C4353
Complementary color
Monochromatic Colors of #4C4353
Black with #4C4353
Text Example
Text Example
White with #4C4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4353; }
p { color: rgb(76,67,83); }
H1.HeaderClassName
{
color: #4C4353;
}
.AnyTagClassName
{
color: #4C4353;
}
</style>
background-color css
<style>
a { background-color: #4C4353; }
a { background-color: rgb(76,67,83); }
div.DivClassName
{
background-color: #4C4353;
}
.BgClassName
{
background-color: #4C4353;
}
</style>
border-color css
<style>
span { border-color: #4C4353; }
span { border-color: rgb(76,67,83); }
td.TdClassName
{
border-color: #4C4353;
}
.TagClassName
{
border-color: #4C4353;
}
</style>