#4E343B

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

Shades of Wine Berry #4E343B

Tints of Wine Berry #4E343B

Color information

#4E343B (or 0x4E343B) is unknown color: approx Wine Berry. HEX triplet: 4E, 34 and 3B. RGB value is (78,52,59). Sum of RGB (Red+Green+Blue) = 78+52+59=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343B is #B1CBC4. Grayscale: #3C3C3C. Windows color (decimal): -11652037 or 3880014. OLE color: 3880014.

HSL color Cylindrical-coordinate representation of color #4E343B: hue angle of 343.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E343B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB785259-
CMYK00.330.240.69
HSL343.85º20%25.49%-
HSV(B)343.85º33.33%30.59%-
XYZ5.164.394.71-
YUV60.57127.11140.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=41.27%
G=27.51%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78525900.330.240.69343.852025.49
Hex4E343B02118451581419
Octal1166473041301055302431
Binary100111011010011101101000011100010001011010110001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,59); }

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

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

 a { background-color: rgb(78,52,59); }

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

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

 span { border-color: rgb(78,52,59); }

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