Html Css Color HEX #4D2E36 Wine Berry

📋 copy color: '#4D2E36'

red 77 ◦ green 46 ◦ blue 54

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

Shades of Wine Berry #4D2E36

Tints of Wine Berry #4D2E36

RGB

 RED value IS 77 (30.47% from 255) = 43.5%

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

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

R = 43.5%
G = 25.99%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D2E36 (or 0x4D2E36) is known color: Wine Berry. HEX triplet: 4D, 2E and 36. RGB value is (77,46,54). Sum of RGB (Red+Green+Blue) = 77+46+54=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E36 is #B2D1C9. Grayscale: #383838. Windows color (decimal): -11719114 or 3550797. OLE color: 3550797.

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

Color convert

RGB 77 46 54 -
CMYK 0 0.40 0.30 0.70
HSL 344.52º 0.25% 0.24% -
HSV(B) 344.52º 0.4% 0.3% -
XYZ 4.7 3.8 3.98 -
YUV 56.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 77 46 54 0 0.40 0.30 0.70 344.52 0.25 0.24
Hex 4D 2E 36 0 28 1E 46 159 19 18
Octal 115 56 66 0 50 36 106 531 31 30
Binary 1001101 101110 110110 0 101000 11110 1000110 101011001 11001 11000

Color Harmonies of #4D2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E36

Black with #4D2E36

Text Example


Text Example

White with #4D2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,54); }

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

background-color css

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

 a { background-color: rgb(77,46,54); }

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

border-color css

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

 span { border-color: rgb(77,46,54); }

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