Html Css Color HEX #4E2F35 Wine Berry

📋 copy color: '#4E2F35'

red 78 ◦ green 47 ◦ blue 53

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

Shades of Wine Berry #4E2F35

Tints of Wine Berry #4E2F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 43.82%
G = 26.4%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#4E2F35 (or 0x4E2F35) is known color: Wine Berry. HEX triplet: 4E, 2F and 35. RGB value is (78,47,53). Sum of RGB (Red+Green+Blue) = 78+47+53=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F35 is #B1D0CA. Grayscale: #383838. Windows color (decimal): -11653323 or 3485518. OLE color: 3485518.

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

Color convert

RGB 78 47 53 -
CMYK 0 0.40 0.32 0.69
HSL 348.39º 0.25% 0.25% -
HSV(B) 348.39º 0.4% 0.31% -
XYZ 4.8 3.91 3.87 -
YUV 56.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 78 47 53 0 0.40 0.32 0.69 348.39 0.25 0.25
Hex 4E 2F 35 0 28 20 45 15C 19 19
Octal 116 57 65 0 50 40 105 534 31 31
Binary 1001110 101111 110101 0 101000 100000 1000101 101011100 11001 11001

Color Harmonies of #4E2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2F35

Black with #4E2F35

Text Example


Text Example

White with #4E2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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