Shades of Wine Berry #4E2D35
Tints of Wine Berry #4E2D35
RGB
CMYK
RGB Variations
Color information
#4E2D35 (or 0x4E2D35) is known color: Wine Berry. HEX triplet: 4E, 2D and 35. RGB value is (78,45,53). Sum of RGB (Red+Green+Blue) = 78+45+53=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D35 is #B1D2CA. Grayscale: #373737. Windows color (decimal): -11653835 or 3485006. OLE color: 3485006.
HSL color Cylindrical-coordinate representation of color #4E2D35: hue angle of 345.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D35 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 53 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.69 |
| HSL | 345.45º | 0.27% | 0.24% | - |
| HSV(B) | 345.45º | 0.42% | 0.31% | - |
| XYZ | 4.72 | 3.75 | 3.84 | - |
| YUV | 55.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 53 | 0 | 0.42 | 0.32 | 0.69 | 345.45 | 0.27 | 0.24 |
| Hex | 4E | 2D | 35 | 0 | 2A | 20 | 45 | 159 | 1B | 18 |
| Octal | 116 | 55 | 65 | 0 | 52 | 40 | 105 | 531 | 33 | 30 |
| Binary | 1001110 | 101101 | 110101 | 0 | 101010 | 100000 | 1000101 | 101011001 | 11011 | 11000 |
Color Harmonies of #4E2D35
Complementary color
Monochromatic Colors of #4E2D35
Black with #4E2D35
Text Example
Text Example
White with #4E2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D35; }
p { color: rgb(78,45,53); }
H1.HeaderClassName
{
color: #4E2D35;
}
.AnyTagClassName
{
color: #4E2D35;
}
</style>
background-color css
<style>
a { background-color: #4E2D35; }
a { background-color: rgb(78,45,53); }
div.DivClassName
{
background-color: #4E2D35;
}
.BgClassName
{
background-color: #4E2D35;
}
</style>
border-color css
<style>
span { border-color: #4E2D35; }
span { border-color: rgb(78,45,53); }
td.TdClassName
{
border-color: #4E2D35;
}
.TagClassName
{
border-color: #4E2D35;
}
</style>