Shades of Wine Berry #4E323B
Tints of Wine Berry #4E323B
RGB
CMYK
RGB Variations
Color information
#4E323B (or 0x4E323B) is known color: Wine Berry. HEX triplet: 4E, 32 and 3B. RGB value is (78,50,59). Sum of RGB (Red+Green+Blue) = 78+50+59=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E323B is #B1CDC4. Grayscale: #3B3B3B. Windows color (decimal): -11652549 or 3879502. OLE color: 3879502.
HSL color Cylindrical-coordinate representation of color #4E323B: hue angle of 340.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E323B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 59 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.69 |
| HSL | 340.71º | 0.22% | 0.25% | - |
| HSV(B) | 340.71º | 0.36% | 0.31% | - |
| XYZ | 5.07 | 4.22 | 4.68 | - |
| YUV | 59.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 59 | 0 | 0.36 | 0.24 | 0.69 | 340.71 | 0.22 | 0.25 |
| Hex | 4E | 32 | 3B | 0 | 24 | 18 | 45 | 155 | 16 | 19 |
| Octal | 116 | 62 | 73 | 0 | 44 | 30 | 105 | 525 | 26 | 31 |
| Binary | 1001110 | 110010 | 111011 | 0 | 100100 | 11000 | 1000101 | 101010101 | 10110 | 11001 |
Color Harmonies of #4E323B
Complementary color
Monochromatic Colors of #4E323B
Black with #4E323B
Text Example
Text Example
White with #4E323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E323B; }
p { color: rgb(78,50,59); }
H1.HeaderClassName
{
color: #4E323B;
}
.AnyTagClassName
{
color: #4E323B;
}
</style>
background-color css
<style>
a { background-color: #4E323B; }
a { background-color: rgb(78,50,59); }
div.DivClassName
{
background-color: #4E323B;
}
.BgClassName
{
background-color: #4E323B;
}
</style>
border-color css
<style>
span { border-color: #4E323B; }
span { border-color: rgb(78,50,59); }
td.TdClassName
{
border-color: #4E323B;
}
.TagClassName
{
border-color: #4E323B;
}
</style>