Shades of Wine Berry #4E2F3A
Tints of Wine Berry #4E2F3A
RGB
CMYK
RGB Variations
Color information
#4E2F3A (or 0x4E2F3A) is known color: Wine Berry. HEX triplet: 4E, 2F and 3A. RGB value is (78,47,58). Sum of RGB (Red+Green+Blue) = 78+47+58=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F3A is #B1D0C5. Grayscale: #393939. Windows color (decimal): -11653318 or 3813198. OLE color: 3813198.
HSL color Cylindrical-coordinate representation of color #4E2F3A: hue angle of 338.71º 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 #4E2F3A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 58 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.69 |
| HSL | 338.71º | 0.25% | 0.25% | - |
| HSV(B) | 338.71º | 0.4% | 0.31% | - |
| XYZ | 4.92 | 3.96 | 4.51 | - |
| YUV | 57.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 58 | 0 | 0.40 | 0.26 | 0.69 | 338.71 | 0.25 | 0.25 |
| Hex | 4E | 2F | 3A | 0 | 28 | 1A | 45 | 153 | 19 | 19 |
| Octal | 116 | 57 | 72 | 0 | 50 | 32 | 105 | 523 | 31 | 31 |
| Binary | 1001110 | 101111 | 111010 | 0 | 101000 | 11010 | 1000101 | 101010011 | 11001 | 11001 |
Color Harmonies of #4E2F3A
Complementary color
Monochromatic Colors of #4E2F3A
Black with #4E2F3A
Text Example
Text Example
White with #4E2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F3A; }
p { color: rgb(78,47,58); }
H1.HeaderClassName
{
color: #4E2F3A;
}
.AnyTagClassName
{
color: #4E2F3A;
}
</style>
background-color css
<style>
a { background-color: #4E2F3A; }
a { background-color: rgb(78,47,58); }
div.DivClassName
{
background-color: #4E2F3A;
}
.BgClassName
{
background-color: #4E2F3A;
}
</style>
border-color css
<style>
span { border-color: #4E2F3A; }
span { border-color: rgb(78,47,58); }
td.TdClassName
{
border-color: #4E2F3A;
}
.TagClassName
{
border-color: #4E2F3A;
}
</style>