COLOR #A41E4A

HEX: #A41E4A
RGB: (164,30,74)

Color info

#A41E4A contains mainly red color. Web safe color of #A41E4A is #993333 (or #933).

RGB color model

#A41E4A color RGB value is (164,30,74).

  • red value is 164;
  • green value is 30;
  • blue value is 74.
RGB:
(164,30,74)
(64%,12%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 30 of 255 = 12%
B 74 of 255 = 29%

164
30
74

R + G + B ~ 35%. #A41E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 30 + 74 = 268 (100%)
R 164 of 268 ~ 61.19%
G 30 of 268 ~ 11.19%
B 74 of 268 ~ 27.61%

%61.19
%11.19
%27.61

CMYK color model

#A41E4A color CMYK value is (0,82,55,36).

  • cyan value is 0.00%
  • magenta value is 81.71%
  • yellow value is 54.88%
  • key color value is 35.69%
CMYK:
(0,82,55,36)
C0M82Y55K36 
(0%,82%,55%,36%)
(0.00/0.82/0.55/0.36)	

CMYK percentages

%0
%81.71
%54.88
%35.69

Codes

Color #A41E4A in popluar color models

A41E4A
RGB1643074
HSL340°69.07%38.04%
HSB/HSV340°81.71%64.31%
CMYK0.00%81.71%54.88%
35.69%

Color #A41E4A in popluar number systems.

HEXA41E4A
Decimal1643074
Binary10100100111101001010
Octal24436112

Shades and tints

Shades of #A41E4A

#A41E4A
(164,30,74)
#961C44
(150,28,68)
#881A3E
(136,26,62)
#7A1838
(122,24,56)
#6C1632
(108,22,50)
#5E142C
(94,20,44)
#501226
(80,18,38)
#421020
(66,16,32)
#340E1A
(52,14,26)
#260C14
(38,12,20)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #A41E4A

#A41E4A
(164,30,74)
#AC325A
(172,50,90)
#B4466A
(180,70,106)
#BC5A7A
(188,90,122)
#C46E8A
(196,110,138)
#CC829A
(204,130,154)
#D496AA
(212,150,170)
#DCAABA
(220,170,186)
#E4BECA
(228,190,202)
#ECD2DA
(236,210,218)
#F4E6EA
(244,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41E4A color. Also use rgb(164,30,74) instead hex code.

Text Font Color

.myTextColor { color: #A41E4A; }

<p style="color:#A41E4A">This sample text font color is #A41E4A.</p>

This text font color is #A41E4A.


Background Color

.myBgColor { background-color: #A41E4A; }

<div style="background-color:#A41E4A">Inner text</div>

This div background color is #A41E4A.


Border color

.myBorderColor { border: 1px solid #A41E4A; }

<div style="border:3px solid #A41E4A">Div</div>

This div border color is #A41E4A.


Opacity

.myOpacity80 { color: #A41E4A; opacity: 0.8; }

<p style="color:#A41E4A;opacity:0.8;">80%</p>

Text with #A41E4A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A41E4A;}

<p style="text-shadow: 3px 3px 1px #A41E4A">Text here.</p>

This text has shadow with #A41E4A color.

.textShadow {text-shadow: 3px 3px 1px #A41E4A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A41E4A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A41E4A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A41E4A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A41E4A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A41E4A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A41E4A;
  -webkit-box-shadow:	1px 1px 3px 2px #A41E4A;
  box-shadow:		1px 1px 3px 2px #A41E4A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A41E4A;
-webkit-box-shadow: 1px 1px 3px 2px #A41E4A;
box-shadow:1px 1px 3px 2px #A41E4A;">
Div content here</div>
This div box has shadow with color #A41E4A.

Preview

Color preview on black background

This text has color #A41E4A on black background.


Color preview on white background

This text has color #A41E4A on white background.



Black color preview on #A41E4A background

This text has black color on #A41E4A background.


White color preview on #A41E4A background

This text has white color on #A41E4A background.