#4D2C33

Color #4D2C33 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4D2C33

Tints of Wine Berry #4D2C33

Color information

#4D2C33 (or 0x4D2C33) is unknown color: approx 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

RGB774451-
CMYK00.430.340.70
HSL347.27º27.27%23.73%-
HSV(B)347.27º42.86%30.2%-
XYZ4.563.623.59-
YUV54.66125.93143.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77445100.430.340.70347.2727.2723.73
Hex4D2C3302B224615b1b18
Octal1155463053421065333330
Binary1001101101100110011010101110001010001101010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>