Html Css Color HEX #4E2F36 Wine Berry

📋 copy color: '#4E2F36'

red 78 ◦ green 47 ◦ blue 54

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

Shades of Wine Berry #4E2F36

Tints of Wine Berry #4E2F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.26%

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 43.58%
G = 26.26%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#4E2F36 (or 0x4E2F36) is known color: Wine Berry. HEX triplet: 4E, 2F and 36. RGB value is (78,47,54). Sum of RGB (Red+Green+Blue) = 78+47+54=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F36 is #B1D0C9. Grayscale: #393939. Windows color (decimal): -11653322 or 3551054. OLE color: 3551054.

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

Color convert

RGB 78 47 54 -
CMYK 0 0.40 0.31 0.69
HSL 346.45º 0.25% 0.25% -
HSV(B) 346.45º 0.4% 0.31% -
XYZ 4.82 3.92 3.99 -
YUV 57.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 78 47 54 0 0.40 0.31 0.69 346.45 0.25 0.25
Hex 4E 2F 36 0 28 1F 45 15A 19 19
Octal 116 57 66 0 50 37 105 532 31 31
Binary 1001110 101111 110110 0 101000 11111 1000101 101011010 11001 11001

Color Harmonies of #4E2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2F36

Black with #4E2F36

Text Example


Text Example

White with #4E2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,54); }

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

background-color css

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

 a { background-color: rgb(78,47,54); }

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

border-color css

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

 span { border-color: rgb(78,47,54); }

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