Html Css Color HEX #4A2D36 Wine Berry

📋 copy color: '#4A2D36'

red 74 ◦ green 45 ◦ blue 54

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

Shades of Wine Berry #4A2D36

Tints of Wine Berry #4A2D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 42.77%
G = 26.01%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4A2D36 (or 0x4A2D36) is known color: Wine Berry. HEX triplet: 4A, 2D and 36. RGB value is (74,45,54). Sum of RGB (Red+Green+Blue) = 74+45+54=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2D36 is #B5D2C9. Grayscale: #363636. Windows color (decimal): -11915978 or 3550538. OLE color: 3550538.

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

Color convert

RGB 74 45 54 -
CMYK 0 0.39 0.27 0.71
HSL 341.38º 0.24% 0.23% -
HSV(B) 341.38º 0.39% 0.29% -
XYZ 4.43 3.6 3.95 -
YUV 54.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 74 45 54 0 0.39 0.27 0.71 341.38 0.24 0.23
Hex 4A 2D 36 0 27 1B 47 155 18 17
Octal 112 55 66 0 47 33 107 525 30 27
Binary 1001010 101101 110110 0 100111 11011 1000111 101010101 11000 10111

Color Harmonies of #4A2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2D36

Black with #4A2D36

Text Example


Text Example

White with #4A2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,45,54); }

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

background-color css

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

 a { background-color: rgb(74,45,54); }

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

border-color css

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

 span { border-color: rgb(74,45,54); }

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