Html Css Color HEX #4D2B33 Wine Berry

📋 copy color: '#4D2B33'

red 77 ◦ green 43 ◦ blue 51

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

Shades of Wine Berry #4D2B33

Tints of Wine Berry #4D2B33

RGB

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

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

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

R = 45.03%
G = 25.15%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D2B33 (or 0x4D2B33) is known color: Wine Berry. HEX triplet: 4D, 2B and 33. RGB value is (77,43,51). Sum of RGB (Red+Green+Blue) = 77+43+51=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B33 is #B2D4CC. Grayscale: #363636. Windows color (decimal): -11719885 or 3353421. OLE color: 3353421.

HSL color Cylindrical-coordinate representation of color #4D2B33: hue angle of 345.88º 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 #4D2B33 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 43 51 -
CMYK 0 0.44 0.34 0.70
HSL 345.88º 0.28% 0.24% -
HSV(B) 345.88º 0.44% 0.3% -
XYZ 4.52 3.54 3.58 -
YUV 54.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 77 43 51 0 0.44 0.34 0.70 345.88 0.28 0.24
Hex 4D 2B 33 0 2C 22 46 15A 1C 18
Octal 115 53 63 0 54 42 106 532 34 30
Binary 1001101 101011 110011 0 101100 100010 1000110 101011010 11100 11000

Color Harmonies of #4D2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2B33

Black with #4D2B33

Text Example


Text Example

White with #4D2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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