Shades of Wine Berry #4E373D
Tints of Wine Berry #4E373D
RGB
CMYK
RGB Variations
Color information
#4E373D (or 0x4E373D) is known color: Wine Berry. HEX triplet: 4E, 37 and 3D. RGB value is (78,55,61). Sum of RGB (Red+Green+Blue) = 78+55+61=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E373D is #B1C8C2. Grayscale: #3E3E3E. Windows color (decimal): -11651267 or 4011854. OLE color: 4011854.
HSL color Cylindrical-coordinate representation of color #4E373D: hue angle of 344.35º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E373D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 61 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.69 |
| HSL | 344.35º | 0.17% | 0.26% | - |
| HSV(B) | 344.35º | 0.29% | 0.31% | - |
| XYZ | 5.35 | 4.69 | 5.04 | - |
| YUV | 62.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 61 | 0 | 0.29 | 0.22 | 0.69 | 344.35 | 0.17 | 0.26 |
| Hex | 4E | 37 | 3D | 0 | 1D | 16 | 45 | 158 | 11 | 1A |
| Octal | 116 | 67 | 75 | 0 | 35 | 26 | 105 | 530 | 21 | 32 |
| Binary | 1001110 | 110111 | 111101 | 0 | 11101 | 10110 | 1000101 | 101011000 | 10001 | 11010 |
Color Harmonies of #4E373D
Complementary color
Monochromatic Colors of #4E373D
Black with #4E373D
Text Example
Text Example
White with #4E373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E373D; }
p { color: rgb(78,55,61); }
H1.HeaderClassName
{
color: #4E373D;
}
.AnyTagClassName
{
color: #4E373D;
}
</style>
background-color css
<style>
a { background-color: #4E373D; }
a { background-color: rgb(78,55,61); }
div.DivClassName
{
background-color: #4E373D;
}
.BgClassName
{
background-color: #4E373D;
}
</style>
border-color css
<style>
span { border-color: #4E373D; }
span { border-color: rgb(78,55,61); }
td.TdClassName
{
border-color: #4E373D;
}
.TagClassName
{
border-color: #4E373D;
}
</style>