Shades of Wine Berry #4E333B
Tints of Wine Berry #4E333B
RGB
CMYK
RGB Variations
Color information
#4E333B (or 0x4E333B) is known color: Wine Berry. HEX triplet: 4E, 33 and 3B. RGB value is (78,51,59). Sum of RGB (Red+Green+Blue) = 78+51+59=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333B is #B1CCC4. Grayscale: #3B3B3B. Windows color (decimal): -11652293 or 3879758. OLE color: 3879758.
HSL color Cylindrical-coordinate representation of color #4E333B: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E333B is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 59 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.69 |
| HSL | 342.22º | 0.21% | 0.25% | - |
| HSV(B) | 342.22º | 0.35% | 0.31% | - |
| XYZ | 5.12 | 4.3 | 4.7 | - |
| YUV | 59.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 59 | 0 | 0.35 | 0.24 | 0.69 | 342.22 | 0.21 | 0.25 |
| Hex | 4E | 33 | 3B | 0 | 23 | 18 | 45 | 156 | 15 | 19 |
| Octal | 116 | 63 | 73 | 0 | 43 | 30 | 105 | 526 | 25 | 31 |
| Binary | 1001110 | 110011 | 111011 | 0 | 100011 | 11000 | 1000101 | 101010110 | 10101 | 11001 |
Color Harmonies of #4E333B
Complementary color
Monochromatic Colors of #4E333B
Black with #4E333B
Text Example
Text Example
White with #4E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E333B; }
p { color: rgb(78,51,59); }
H1.HeaderClassName
{
color: #4E333B;
}
.AnyTagClassName
{
color: #4E333B;
}
</style>
background-color css
<style>
a { background-color: #4E333B; }
a { background-color: rgb(78,51,59); }
div.DivClassName
{
background-color: #4E333B;
}
.BgClassName
{
background-color: #4E333B;
}
</style>
border-color css
<style>
span { border-color: #4E333B; }
span { border-color: rgb(78,51,59); }
td.TdClassName
{
border-color: #4E333B;
}
.TagClassName
{
border-color: #4E333B;
}
</style>