Html Css Color HEX #4E353D Wine Berry

📋 copy color: '#4E353D'

red 78 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #4E353D

Tints of Wine Berry #4E353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

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

R = 40.63%
G = 27.6%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E353D (or 0x4E353D) is known color: Wine Berry. HEX triplet: 4E, 35 and 3D. RGB value is (78,53,61). Sum of RGB (Red+Green+Blue) = 78+53+61=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E353D is #B1CAC2. Grayscale: #3D3D3D. Windows color (decimal): -11651779 or 4011342. OLE color: 4011342.

HSL color Cylindrical-coordinate representation of color #4E353D: hue angle of 340.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E353D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 53 61 -
CMYK 0 0.32 0.22 0.69
HSL 340.8º 0.19% 0.26% -
HSV(B) 340.8º 0.32% 0.31% -
XYZ 5.26 4.5 5.01 -
YUV 61.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 78 53 61 0 0.32 0.22 0.69 340.8 0.19 0.26
Hex 4E 35 3D 0 20 16 45 155 13 1A
Octal 116 65 75 0 40 26 105 525 23 32
Binary 1001110 110101 111101 0 100000 10110 1000101 101010101 10011 11010

Color Harmonies of #4E353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E353D

Black with #4E353D

Text Example


Text Example

White with #4E353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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