Html Css Color HEX #4C2B33 Wine Berry

📋 copy color: '#4C2B33'

red 76 ◦ green 43 ◦ blue 51

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

Shades of Wine Berry #4C2B33

Tints of Wine Berry #4C2B33

RGB

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

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

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

R = 44.71%
G = 25.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C2B33 (or 0x4C2B33) is known color: Wine Berry. HEX triplet: 4C, 2B and 33. RGB value is (76,43,51). Sum of RGB (Red+Green+Blue) = 76+43+51=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B33 is #B3D4CC. Grayscale: #353535. Windows color (decimal): -11785421 or 3353420. OLE color: 3353420.

HSL color Cylindrical-coordinate representation of color #4C2B33: hue angle of 345.45º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C2B33 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 43 51 -
CMYK 0 0.43 0.33 0.70
HSL 345.45º 0.28% 0.23% -
HSV(B) 345.45º 0.43% 0.3% -
XYZ 4.44 3.5 3.57 -
YUV 53.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 76 43 51 0 0.43 0.33 0.70 345.45 0.28 0.23
Hex 4C 2B 33 0 2B 21 46 159 1C 17
Octal 114 53 63 0 53 41 106 531 34 27
Binary 1001100 101011 110011 0 101011 100001 1000110 101011001 11100 10111

Color Harmonies of #4C2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B33

Black with #4C2B33

Text Example


Text Example

White with #4C2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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