Shades of Wine Berry #4C363D
Tints of Wine Berry #4C363D
RGB
CMYK
RGB Variations
Color information
#4C363D (or 0x4C363D) is known color: Wine Berry. HEX triplet: 4C, 36 and 3D. RGB value is (76,54,61). Sum of RGB (Red+Green+Blue) = 76+54+61=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C363D is #B3C9C2. Grayscale: #3D3D3D. Windows color (decimal): -11782595 or 4011596. OLE color: 4011596.
HSL color Cylindrical-coordinate representation of color #4C363D: hue angle of 340.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C363D is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 61 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.70 |
| HSL | 340.91º | 0.17% | 0.25% | - |
| HSV(B) | 340.91º | 0.29% | 0.3% | - |
| XYZ | 5.14 | 4.51 | 5.01 | - |
| YUV | 61.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 61 | 0 | 0.29 | 0.20 | 0.70 | 340.91 | 0.17 | 0.25 |
| Hex | 4C | 36 | 3D | 0 | 1D | 14 | 46 | 155 | 11 | 19 |
| Octal | 114 | 66 | 75 | 0 | 35 | 24 | 106 | 525 | 21 | 31 |
| Binary | 1001100 | 110110 | 111101 | 0 | 11101 | 10100 | 1000110 | 101010101 | 10001 | 11001 |
Color Harmonies of #4C363D
Complementary color
Monochromatic Colors of #4C363D
Black with #4C363D
Text Example
Text Example
White with #4C363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C363D; }
p { color: rgb(76,54,61); }
H1.HeaderClassName
{
color: #4C363D;
}
.AnyTagClassName
{
color: #4C363D;
}
</style>
background-color css
<style>
a { background-color: #4C363D; }
a { background-color: rgb(76,54,61); }
div.DivClassName
{
background-color: #4C363D;
}
.BgClassName
{
background-color: #4C363D;
}
</style>
border-color css
<style>
span { border-color: #4C363D; }
span { border-color: rgb(76,54,61); }
td.TdClassName
{
border-color: #4C363D;
}
.TagClassName
{
border-color: #4C363D;
}
</style>