Shades of Wine Berry #4E2B32
Tints of Wine Berry #4E2B32
RGB
CMYK
RGB Variations
Color information
#4E2B32 (or 0x4E2B32) is known color: Wine Berry. HEX triplet: 4E, 2B and 32. RGB value is (78,43,50). Sum of RGB (Red+Green+Blue) = 78+43+50=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B32 is #B1D4CD. Grayscale: #363636. Windows color (decimal): -11654350 or 3287886. OLE color: 3287886.
HSL color Cylindrical-coordinate representation of color #4E2B32: hue angle of 348º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B32 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 50 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.69 |
| HSL | 348º | 0.29% | 0.24% | - |
| HSV(B) | 348º | 0.45% | 0.31% | - |
| XYZ | 4.58 | 3.58 | 3.47 | - |
| YUV | 54.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 50 | 0 | 0.45 | 0.36 | 0.69 | 348 | 0.29 | 0.24 |
| Hex | 4E | 2B | 32 | 0 | 2D | 24 | 45 | 15C | 1D | 18 |
| Octal | 116 | 53 | 62 | 0 | 55 | 44 | 105 | 534 | 35 | 30 |
| Binary | 1001110 | 101011 | 110010 | 0 | 101101 | 100100 | 1000101 | 101011100 | 11101 | 11000 |
Color Harmonies of #4E2B32
Complementary color
Monochromatic Colors of #4E2B32
Black with #4E2B32
Text Example
Text Example
White with #4E2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B32; }
p { color: rgb(78,43,50); }
H1.HeaderClassName
{
color: #4E2B32;
}
.AnyTagClassName
{
color: #4E2B32;
}
</style>
background-color css
<style>
a { background-color: #4E2B32; }
a { background-color: rgb(78,43,50); }
div.DivClassName
{
background-color: #4E2B32;
}
.BgClassName
{
background-color: #4E2B32;
}
</style>
border-color css
<style>
span { border-color: #4E2B32; }
span { border-color: rgb(78,43,50); }
td.TdClassName
{
border-color: #4E2B32;
}
.TagClassName
{
border-color: #4E2B32;
}
</style>