Html Css Color HEX #4E2E38 Wine Berry

📋 copy color: '#4E2E38'

red 78 ◦ green 46 ◦ blue 56

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

Shades of Wine Berry #4E2E38

Tints of Wine Berry #4E2E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.56%

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 43.33%
G = 25.56%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#4E2E38 (or 0x4E2E38) is known color: Wine Berry. HEX triplet: 4E, 2E and 38. RGB value is (78,46,56). Sum of RGB (Red+Green+Blue) = 78+46+56=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E38 is #B1D1C7. Grayscale: #383838. Windows color (decimal): -11653576 or 3681870. OLE color: 3681870.

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

Color convert

RGB 78 46 56 -
CMYK 0 0.41 0.28 0.69
HSL 341.25º 0.26% 0.24% -
HSV(B) 341.25º 0.41% 0.31% -
XYZ 4.83 3.86 4.23 -
YUV 56.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 78 46 56 0 0.41 0.28 0.69 341.25 0.26 0.24
Hex 4E 2E 38 0 29 1C 45 155 1A 18
Octal 116 56 70 0 51 34 105 525 32 30
Binary 1001110 101110 111000 0 101001 11100 1000101 101010101 11010 11000

Color Harmonies of #4E2E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2E38

Black with #4E2E38

Text Example


Text Example

White with #4E2E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,56); }

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

background-color css

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

 a { background-color: rgb(78,46,56); }

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

border-color css

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

 span { border-color: rgb(78,46,56); }

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