Shades of Wine Berry #4E2C34
Tints of Wine Berry #4E2C34
RGB
CMYK
RGB Variations
Color information
#4E2C34 (or 0x4E2C34) is known color: Wine Berry. HEX triplet: 4E, 2C and 34. RGB value is (78,44,52). Sum of RGB (Red+Green+Blue) = 78+44+52=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C34 is #B1D3CB. Grayscale: #373737. Windows color (decimal): -11654092 or 3419214. OLE color: 3419214.
HSL color Cylindrical-coordinate representation of color #4E2C34: hue angle of 345.88º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E2C34 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 44 | 52 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.69 |
| HSL | 345.88º | 0.28% | 0.24% | - |
| HSV(B) | 345.88º | 0.44% | 0.31% | - |
| XYZ | 4.66 | 3.67 | 3.71 | - |
| YUV | 55.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 52 | 0 | 0.44 | 0.33 | 0.69 | 345.88 | 0.28 | 0.24 |
| Hex | 4E | 2C | 34 | 0 | 2C | 21 | 45 | 15A | 1C | 18 |
| Octal | 116 | 54 | 64 | 0 | 54 | 41 | 105 | 532 | 34 | 30 |
| Binary | 1001110 | 101100 | 110100 | 0 | 101100 | 100001 | 1000101 | 101011010 | 11100 | 11000 |
Color Harmonies of #4E2C34
Complementary color
Monochromatic Colors of #4E2C34
Black with #4E2C34
Text Example
Text Example
White with #4E2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C34; }
p { color: rgb(78,44,52); }
H1.HeaderClassName
{
color: #4E2C34;
}
.AnyTagClassName
{
color: #4E2C34;
}
</style>
background-color css
<style>
a { background-color: #4E2C34; }
a { background-color: rgb(78,44,52); }
div.DivClassName
{
background-color: #4E2C34;
}
.BgClassName
{
background-color: #4E2C34;
}
</style>
border-color css
<style>
span { border-color: #4E2C34; }
span { border-color: rgb(78,44,52); }
td.TdClassName
{
border-color: #4E2C34;
}
.TagClassName
{
border-color: #4E2C34;
}
</style>