Html Css Color HEX #4A323A Wine Berry

📋 copy color: '#4A323A'

red 74 ◦ green 50 ◦ blue 58

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

Shades of Wine Berry #4A323A

Tints of Wine Berry #4A323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 40.66%
G = 27.47%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A323A (or 0x4A323A) is known color: Wine Berry. HEX triplet: 4A, 32 and 3A. RGB value is (74,50,58). Sum of RGB (Red+Green+Blue) = 74+50+58=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323A is #B5CDC5. Grayscale: #3A3A3A. Windows color (decimal): -11914694 or 3813962. OLE color: 3813962.

HSL color Cylindrical-coordinate representation of color #4A323A: hue angle of 340º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A323A is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 50 58 -
CMYK 0 0.32 0.22 0.71
HSL 340º 0.19% 0.24% -
HSV(B) 340º 0.32% 0.29% -
XYZ 4.73 4.04 4.53 -
YUV 58.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 74 50 58 0 0.32 0.22 0.71 340 0.19 0.24
Hex 4A 32 3A 0 20 16 47 154 13 18
Octal 112 62 72 0 40 26 107 524 23 30
Binary 1001010 110010 111010 0 100000 10110 1000111 101010100 10011 11000

Color Harmonies of #4A323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A323A

Black with #4A323A

Text Example


Text Example

White with #4A323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,50,58); }

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

background-color css

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

 a { background-color: rgb(74,50,58); }

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

border-color css

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

 span { border-color: rgb(74,50,58); }

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