Html Css Color HEX #4D2C35 Wine Berry

📋 copy color: '#4D2C35'

red 77 ◦ green 44 ◦ blue 53

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

Shades of Wine Berry #4D2C35

Tints of Wine Berry #4D2C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 44.25%
G = 25.29%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D2C35 (or 0x4D2C35) is known color: Wine Berry. HEX triplet: 4D, 2C and 35. RGB value is (77,44,53). Sum of RGB (Red+Green+Blue) = 77+44+53=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C35 is #B2D3CA. Grayscale: #363636. Windows color (decimal): -11719627 or 3484749. OLE color: 3484749.

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

Color convert

RGB 77 44 53 -
CMYK 0 0.43 0.31 0.70
HSL 343.64º 0.27% 0.24% -
HSV(B) 343.64º 0.43% 0.3% -
XYZ 4.6 3.64 3.83 -
YUV 54.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 77 44 53 0 0.43 0.31 0.70 343.64 0.27 0.24
Hex 4D 2C 35 0 2B 1F 46 158 1B 18
Octal 115 54 65 0 53 37 106 530 33 30
Binary 1001101 101100 110101 0 101011 11111 1000110 101011000 11011 11000

Color Harmonies of #4D2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2C35

Black with #4D2C35

Text Example


Text Example

White with #4D2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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