Shades of Wine Berry #4D373D
Tints of Wine Berry #4D373D
RGB
CMYK
RGB Variations
Color information
#4D373D (or 0x4D373D) is known color: Wine Berry. HEX triplet: 4D, 37 and 3D. RGB value is (77,55,61). Sum of RGB (Red+Green+Blue) = 77+55+61=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D373D is #B2C8C2. Grayscale: #3E3E3E. Windows color (decimal): -11716803 or 4011853. OLE color: 4011853.
HSL color Cylindrical-coordinate representation of color #4D373D: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D373D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 61 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.70 |
| HSL | 343.64º | 0.17% | 0.26% | - |
| HSV(B) | 343.64º | 0.29% | 0.3% | - |
| XYZ | 5.27 | 4.65 | 5.03 | - |
| YUV | 62.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 61 | 0 | 0.29 | 0.21 | 0.70 | 343.64 | 0.17 | 0.26 |
| Hex | 4D | 37 | 3D | 0 | 1D | 15 | 46 | 158 | 11 | 1A |
| Octal | 115 | 67 | 75 | 0 | 35 | 25 | 106 | 530 | 21 | 32 |
| Binary | 1001101 | 110111 | 111101 | 0 | 11101 | 10101 | 1000110 | 101011000 | 10001 | 11010 |
Color Harmonies of #4D373D
Complementary color
Monochromatic Colors of #4D373D
Black with #4D373D
Text Example
Text Example
White with #4D373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D373D; }
p { color: rgb(77,55,61); }
H1.HeaderClassName
{
color: #4D373D;
}
.AnyTagClassName
{
color: #4D373D;
}
</style>
background-color css
<style>
a { background-color: #4D373D; }
a { background-color: rgb(77,55,61); }
div.DivClassName
{
background-color: #4D373D;
}
.BgClassName
{
background-color: #4D373D;
}
</style>
border-color css
<style>
span { border-color: #4D373D; }
span { border-color: rgb(77,55,61); }
td.TdClassName
{
border-color: #4D373D;
}
.TagClassName
{
border-color: #4D373D;
}
</style>