Shades of Wine Berry #4E2E35
Tints of Wine Berry #4E2E35
RGB
CMYK
RGB Variations
Color information
#4E2E35 (or 0x4E2E35) is known color: Wine Berry. HEX triplet: 4E, 2E and 35. RGB value is (78,46,53). Sum of RGB (Red+Green+Blue) = 78+46+53=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E35 is #B1D1CA. Grayscale: #383838. Windows color (decimal): -11653579 or 3485262. OLE color: 3485262.
HSL color Cylindrical-coordinate representation of color #4E2E35: hue angle of 346.88º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E35 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 53 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.69 |
| HSL | 346.88º | 0.26% | 0.24% | - |
| HSV(B) | 346.88º | 0.41% | 0.31% | - |
| XYZ | 4.76 | 3.83 | 3.86 | - |
| YUV | 56.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 53 | 0 | 0.41 | 0.32 | 0.69 | 346.88 | 0.26 | 0.24 |
| Hex | 4E | 2E | 35 | 0 | 29 | 20 | 45 | 15B | 1A | 18 |
| Octal | 116 | 56 | 65 | 0 | 51 | 40 | 105 | 533 | 32 | 30 |
| Binary | 1001110 | 101110 | 110101 | 0 | 101001 | 100000 | 1000101 | 101011011 | 11010 | 11000 |
Color Harmonies of #4E2E35
Complementary color
Monochromatic Colors of #4E2E35
Black with #4E2E35
Text Example
Text Example
White with #4E2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E35; }
p { color: rgb(78,46,53); }
H1.HeaderClassName
{
color: #4E2E35;
}
.AnyTagClassName
{
color: #4E2E35;
}
</style>
background-color css
<style>
a { background-color: #4E2E35; }
a { background-color: rgb(78,46,53); }
div.DivClassName
{
background-color: #4E2E35;
}
.BgClassName
{
background-color: #4E2E35;
}
</style>
border-color css
<style>
span { border-color: #4E2E35; }
span { border-color: rgb(78,46,53); }
td.TdClassName
{
border-color: #4E2E35;
}
.TagClassName
{
border-color: #4E2E35;
}
</style>