Shades of Wine Berry #4D363D
Tints of Wine Berry #4D363D
RGB
CMYK
RGB Variations
Color information
#4D363D (or 0x4D363D) is known color: Wine Berry. HEX triplet: 4D, 36 and 3D. RGB value is (77,54,61). Sum of RGB (Red+Green+Blue) = 77+54+61=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363D is #B2C9C2. Grayscale: #3D3D3D. Windows color (decimal): -11717059 or 4011597. OLE color: 4011597.
HSL color Cylindrical-coordinate representation of color #4D363D: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D363D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 61 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.70 |
| HSL | 341.74º | 0.18% | 0.26% | - |
| HSV(B) | 341.74º | 0.3% | 0.3% | - |
| XYZ | 5.22 | 4.55 | 5.02 | - |
| YUV | 61.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 61 | 0 | 0.30 | 0.21 | 0.70 | 341.74 | 0.18 | 0.26 |
| Hex | 4D | 36 | 3D | 0 | 1E | 15 | 46 | 156 | 12 | 1A |
| Octal | 115 | 66 | 75 | 0 | 36 | 25 | 106 | 526 | 22 | 32 |
| Binary | 1001101 | 110110 | 111101 | 0 | 11110 | 10101 | 1000110 | 101010110 | 10010 | 11010 |
Color Harmonies of #4D363D
Complementary color
Monochromatic Colors of #4D363D
Black with #4D363D
Text Example
Text Example
White with #4D363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D363D; }
p { color: rgb(77,54,61); }
H1.HeaderClassName
{
color: #4D363D;
}
.AnyTagClassName
{
color: #4D363D;
}
</style>
background-color css
<style>
a { background-color: #4D363D; }
a { background-color: rgb(77,54,61); }
div.DivClassName
{
background-color: #4D363D;
}
.BgClassName
{
background-color: #4D363D;
}
</style>
border-color css
<style>
span { border-color: #4D363D; }
span { border-color: rgb(77,54,61); }
td.TdClassName
{
border-color: #4D363D;
}
.TagClassName
{
border-color: #4D363D;
}
</style>