#4E323A

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

Shades of Wine Berry #4E323A

Tints of Wine Berry #4E323A

Color information

#4E323A (or 0x4E323A) is unknown color: approx Wine Berry. HEX triplet: 4E, 32 and 3A. RGB value is (78,50,58). Sum of RGB (Red+Green+Blue) = 78+50+58=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E323A is #B1CDC5. Grayscale: #3B3B3B. Windows color (decimal): -11652550 or 3813966. OLE color: 3813966.

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

Color convert

RGB785058-
CMYK00.360.260.69
HSL342.86º21.88%25.1%-
HSV(B)342.86º35.9%30.59%-
XYZ5.054.214.55-
YUV59.28127.28141.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.94%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=41.94%
G=26.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78505800.360.260.69342.8621.8825.1
Hex4E323A0241A451571619
Octal1166272044321055272631
Binary100111011001011101001001001101010001011010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,58); }

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

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

 a { background-color: rgb(78,50,58); }

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

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

 span { border-color: rgb(78,50,58); }

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