Shades of Wine Berry #4E2F37
Tints of Wine Berry #4E2F37
RGB
CMYK
RGB Variations
Color information
#4E2F37 (or 0x4E2F37) is known color: Wine Berry. HEX triplet: 4E, 2F and 37. RGB value is (78,47,55). Sum of RGB (Red+Green+Blue) = 78+47+55=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F37 is #B1D0C8. Grayscale: #393939. Windows color (decimal): -11653321 or 3616590. OLE color: 3616590.
HSL color Cylindrical-coordinate representation of color #4E2F37: hue angle of 344.52º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E2F37 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 55 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.69 |
| HSL | 344.52º | 0.25% | 0.25% | - |
| HSV(B) | 344.52º | 0.4% | 0.31% | - |
| XYZ | 4.85 | 3.93 | 4.12 | - |
| YUV | 57.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 55 | 0 | 0.40 | 0.29 | 0.69 | 344.52 | 0.25 | 0.25 |
| Hex | 4E | 2F | 37 | 0 | 28 | 1D | 45 | 159 | 19 | 19 |
| Octal | 116 | 57 | 67 | 0 | 50 | 35 | 105 | 531 | 31 | 31 |
| Binary | 1001110 | 101111 | 110111 | 0 | 101000 | 11101 | 1000101 | 101011001 | 11001 | 11001 |
Color Harmonies of #4E2F37
Complementary color
Monochromatic Colors of #4E2F37
Black with #4E2F37
Text Example
Text Example
White with #4E2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F37; }
p { color: rgb(78,47,55); }
H1.HeaderClassName
{
color: #4E2F37;
}
.AnyTagClassName
{
color: #4E2F37;
}
</style>
background-color css
<style>
a { background-color: #4E2F37; }
a { background-color: rgb(78,47,55); }
div.DivClassName
{
background-color: #4E2F37;
}
.BgClassName
{
background-color: #4E2F37;
}
</style>
border-color css
<style>
span { border-color: #4E2F37; }
span { border-color: rgb(78,47,55); }
td.TdClassName
{
border-color: #4E2F37;
}
.TagClassName
{
border-color: #4E2F37;
}
</style>