Html Css Color HEX #4C2D34 Wine Berry

📋 copy color: '#4C2D34'

red 76 ◦ green 45 ◦ blue 52

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

Shades of Wine Berry #4C2D34

Tints of Wine Berry #4C2D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 43.93%
G = 26.01%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4C2D34 (or 0x4C2D34) is known color: Wine Berry. HEX triplet: 4C, 2D and 34. RGB value is (76,45,52). Sum of RGB (Red+Green+Blue) = 76+45+52=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D34 is #B3D2CB. Grayscale: #373737. Windows color (decimal): -11784908 or 3419468. OLE color: 3419468.

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

Color convert

RGB 76 45 52 -
CMYK 0 0.41 0.32 0.70
HSL 346.45º 0.26% 0.24% -
HSV(B) 346.45º 0.41% 0.3% -
XYZ 4.54 3.66 3.72 -
YUV 55.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 76 45 52 0 0.41 0.32 0.70 346.45 0.26 0.24
Hex 4C 2D 34 0 29 20 46 15A 1A 18
Octal 114 55 64 0 51 40 106 532 32 30
Binary 1001100 101101 110100 0 101001 100000 1000110 101011010 11010 11000

Color Harmonies of #4C2D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2D34

Black with #4C2D34

Text Example


Text Example

White with #4C2D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,45,52); }

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

background-color css

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

 a { background-color: rgb(76,45,52); }

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

border-color css

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

 span { border-color: rgb(76,45,52); }

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