Html Css Color HEX #4D2C33 Wine Berry

📋 copy color: '#4D2C33'

red 77 ◦ green 44 ◦ blue 51

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

Shades of Wine Berry #4D2C33

Tints of Wine Berry #4D2C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.58%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 44.77%
G = 25.58%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D2C33 (or 0x4D2C33) is known color: Wine Berry. HEX triplet: 4D, 2C and 33. RGB value is (77,44,51). Sum of RGB (Red+Green+Blue) = 77+44+51=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C33 is #B2D3CC. Grayscale: #363636. Windows color (decimal): -11719629 or 3353677. OLE color: 3353677.

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

Color convert

RGB 77 44 51 -
CMYK 0 0.43 0.34 0.70
HSL 347.27º 0.27% 0.24% -
HSV(B) 347.27º 0.43% 0.3% -
XYZ 4.56 3.62 3.59 -
YUV 54.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 77 44 51 0 0.43 0.34 0.70 347.27 0.27 0.24
Hex 4D 2C 33 0 2B 22 46 15B 1B 18
Octal 115 54 63 0 53 42 106 533 33 30
Binary 1001101 101100 110011 0 101011 100010 1000110 101011011 11011 11000

Color Harmonies of #4D2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2C33

Black with #4D2C33

Text Example


Text Example

White with #4D2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,51); }

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

background-color css

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

 a { background-color: rgb(77,44,51); }

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

border-color css

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

 span { border-color: rgb(77,44,51); }

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