Html Css Color HEX #4D2B32 Wine Berry

📋 copy color: '#4D2B32'

red 77 ◦ green 43 ◦ blue 50

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

Shades of Wine Berry #4D2B32

Tints of Wine Berry #4D2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

 BLUE value IS 50 (19.92% from 255) = 29.41%

R = 45.29%
G = 25.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D2B32 (or 0x4D2B32) is known color: Wine Berry. HEX triplet: 4D, 2B and 32. RGB value is (77,43,50). Sum of RGB (Red+Green+Blue) = 77+43+50=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B32 is #B2D4CD. Grayscale: #353535. Windows color (decimal): -11719886 or 3287885. OLE color: 3287885.

HSL color Cylindrical-coordinate representation of color #4D2B32: hue angle of 347.65º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D2B32 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 43 50 -
CMYK 0 0.44 0.35 0.70
HSL 347.65º 0.28% 0.24% -
HSV(B) 347.65º 0.44% 0.3% -
XYZ 4.5 3.54 3.46 -
YUV 53.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 77 43 50 0 0.44 0.35 0.70 347.65 0.28 0.24
Hex 4D 2B 32 0 2C 23 46 15C 1C 18
Octal 115 53 62 0 54 43 106 534 34 30
Binary 1001101 101011 110010 0 101100 100011 1000110 101011100 11100 11000

Color Harmonies of #4D2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2B32

Black with #4D2B32

Text Example


Text Example

White with #4D2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,43,50); }

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

background-color css

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

 a { background-color: rgb(77,43,50); }

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

border-color css

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

 span { border-color: rgb(77,43,50); }

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