Html Css Color HEX #4C2E35 Wine Berry

📋 copy color: '#4C2E35'

red 76 ◦ green 46 ◦ blue 53

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

Shades of Wine Berry #4C2E35

Tints of Wine Berry #4C2E35

RGB

 RED value IS 76 (30.08% from 255) = 43.43%

 GREEN value IS 46 (18.36% from 255) = 26.29%

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

R = 43.43%
G = 26.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C2E35 (or 0x4C2E35) is known color: Wine Berry. HEX triplet: 4C, 2E and 35. RGB value is (76,46,53). Sum of RGB (Red+Green+Blue) = 76+46+53=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E35 is #B3D1CA. Grayscale: #373737. Windows color (decimal): -11784651 or 3485260. OLE color: 3485260.

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

Color convert

RGB 76 46 53 -
CMYK 0 0.39 0.30 0.70
HSL 346º 0.25% 0.24% -
HSV(B) 346º 0.39% 0.3% -
XYZ 4.6 3.75 3.85 -
YUV 55.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 76 46 53 0 0.39 0.30 0.70 346 0.25 0.24
Hex 4C 2E 35 0 27 1E 46 15A 19 18
Octal 114 56 65 0 47 36 106 532 31 30
Binary 1001100 101110 110101 0 100111 11110 1000110 101011010 11001 11000

Color Harmonies of #4C2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E35

Black with #4C2E35

Text Example


Text Example

White with #4C2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,53); }

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

background-color css

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

 a { background-color: rgb(76,46,53); }

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

border-color css

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

 span { border-color: rgb(76,46,53); }

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