Html Css Color HEX #4A2B34 Wine Berry

📋 copy color: '#4A2B34'

red 74 ◦ green 43 ◦ blue 52

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

Shades of Wine Berry #4A2B34

Tints of Wine Berry #4A2B34

RGB

 RED value IS 74 (29.3% from 255) = 43.79%

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

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

R = 43.79%
G = 25.44%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#4A2B34 (or 0x4A2B34) is known color: Wine Berry. HEX triplet: 4A, 2B and 34. RGB value is (74,43,52). Sum of RGB (Red+Green+Blue) = 74+43+52=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2B34 is #B5D4CB. Grayscale: #353535. Windows color (decimal): -11916492 or 3418954. OLE color: 3418954.

HSL color Cylindrical-coordinate representation of color #4A2B34: hue angle of 342.58º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2B34 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 43 52 -
CMYK 0 0.42 0.30 0.71
HSL 342.58º 0.26% 0.23% -
HSV(B) 342.58º 0.42% 0.29% -
XYZ 4.31 3.43 3.68 -
YUV 53.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 74 43 52 0 0.42 0.30 0.71 342.58 0.26 0.23
Hex 4A 2B 34 0 2A 1E 47 157 1A 17
Octal 112 53 64 0 52 36 107 527 32 27
Binary 1001010 101011 110100 0 101010 11110 1000111 101010111 11010 10111

Color Harmonies of #4A2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2B34

Black with #4A2B34

Text Example


Text Example

White with #4A2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,43,52); }

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

background-color css

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

 a { background-color: rgb(74,43,52); }

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

border-color css

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

 span { border-color: rgb(74,43,52); }

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