Html Css Color HEX #4E343D Wine Berry

📋 copy color: '#4E343D'

red 78 ◦ green 52 ◦ blue 61

#4E343D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #4E343D

Tints of Wine Berry #4E343D

RGB

 RED value IS 78 (30.86% from 255) = 40.84%

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 40.84%
G = 27.23%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E343D (or 0x4E343D) is known color: Wine Berry. HEX triplet: 4E, 34 and 3D. RGB value is (78,52,61). Sum of RGB (Red+Green+Blue) = 78+52+61=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343D is #B1CBC2. Grayscale: #3C3C3C. Windows color (decimal): -11652035 or 4011086. OLE color: 4011086.

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

Color convert

RGB 78 52 61 -
CMYK 0 0.33 0.22 0.69
HSL 339.23º 0.2% 0.25% -
HSV(B) 339.23º 0.33% 0.31% -
XYZ 5.21 4.41 4.99 -
YUV 60.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 78 52 61 0 0.33 0.22 0.69 339.23 0.2 0.25
Hex 4E 34 3D 0 21 16 45 153 14 19
Octal 116 64 75 0 41 26 105 523 24 31
Binary 1001110 110100 111101 0 100001 10110 1000101 101010011 10100 11001

Color Harmonies of #4E343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E343D

Black with #4E343D

Text Example


Text Example

White with #4E343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E343D;
 }
 .AnyTagClassName
 {
   color: #4E343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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