#4E2F39

Color #4E2F39 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4E2F39

Tints of Wine Berry #4E2F39

Color information

#4E2F39 (or 0x4E2F39) is unknown color: approx Wine Berry. HEX triplet: 4E, 2F and 39. RGB value is (78,47,57). Sum of RGB (Red+Green+Blue) = 78+47+57=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F39 is #B1D0C6. Grayscale: #393939. Windows color (decimal): -11653319 or 3747662. OLE color: 3747662.

HSL color Cylindrical-coordinate representation of color #4E2F39: hue angle of 340.65º 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 #4E2F39 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB784757-
CMYK00.400.270.69
HSL340.65º24.8%24.51%-
HSV(B)340.65º39.74%30.59%-
XYZ4.93.954.37-
YUV57.41127.77142.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=42.86%
G=25.82%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78475700.400.270.69340.6524.824.51
Hex4E2F390281B451551919
Octal1165771050331055253131
Binary100111010111111100101010001101110001011010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E2F39; }

 p { color: rgb(78,47,57); }

 H1.HeaderClassName
 {
   color: #4E2F39;
 }
 .AnyTagClassName
 {
   color: #4E2F39;
 }
</style>
background-color css

<style>
 a { background-color: #4E2F39; }

 a { background-color: rgb(78,47,57); }

 div.DivClassName
 {
   background-color: #4E2F39;
 }
 .BgClassName
 {
   background-color: #4E2F39;
 }
</style>
border-color css

<style>
 span { border-color: #4E2F39; }

 span { border-color: rgb(78,47,57); }

 td.TdClassName
 {
   border-color: #4E2F39;
 }
 .TagClassName
 {
   border-color: #4E2F39;
 }
</style>