COLOR #A41C59

HEX: #A41C59
RGB: (164,28,89)

Color info

#A41C59 contains mainly red color. Web safe color of #A41C59 is #993366 (or #936).

RGB color model

#A41C59 color RGB value is (164,28,89).

  • red value is 164;
  • green value is 28;
  • blue value is 89.
RGB:
(164,28,89)
(64%,11%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 28 of 255 = 11%
B 89 of 255 = 35%

164
28
89

R + G + B ~ 37%. #A41C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 28 + 89 = 281 (100%)
R 164 of 281 ~ 58.36%
G 28 of 281 ~ 9.96%
B 89 of 281 ~ 31.67%

%58.36
%9.96
%31.67

CMYK color model

#A41C59 color CMYK value is (0,83,46,36).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(0,83,46,36)
C0M83Y46K36 
(0%,83%,46%,36%)
(0.00/0.83/0.46/0.36)	

CMYK percentages

%0
%82.93
%45.73
%35.69

Codes

Color #A41C59 in popluar color models

A41C59
RGB1642889
HSL333°70.83%37.65%
HSB/HSV333°82.93%64.31%
CMYK0.00%82.93%45.73%
35.69%

Color #A41C59 in popluar number systems.

HEXA41C59
Decimal1642889
Binary10100100111001011001
Octal24434131

Shades and tints

Shades of #A41C59

#A41C59
(164,28,89)
#961A51
(150,26,81)
#881849
(136,24,73)
#7A1641
(122,22,65)
#6C1439
(108,20,57)
#5E1231
(94,18,49)
#501029
(80,16,41)
#420E21
(66,14,33)
#340C19
(52,12,25)
#260A11
(38,10,17)
#180809
(24,8,9)
#000000
(0,0,0)

Tints of #A41C59

#A41C59
(164,28,89)
#AC3068
(172,48,104)
#B44477
(180,68,119)
#BC5886
(188,88,134)
#C46C95
(196,108,149)
#CC80A4
(204,128,164)
#D494B3
(212,148,179)
#DCA8C2
(220,168,194)
#E4BCD1
(228,188,209)
#ECD0E0
(236,208,224)
#F4E4EF
(244,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41C59 color. Also use rgb(164,28,89) instead hex code.

Text Font Color

.myTextColor { color: #A41C59; }

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

This text font color is #A41C59.


Background Color

.myBgColor { background-color: #A41C59; }

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

This div background color is #A41C59.


Border color

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

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

This div border color is #A41C59.


Opacity

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

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

Text with #A41C59 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 #A41C59;}

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

This text has shadow with #A41C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41C59 on black background.


Color preview on white background

This text has color #A41C59 on white background.



Black color preview on #A41C59 background

This text has black color on #A41C59 background.


White color preview on #A41C59 background

This text has white color on #A41C59 background.