COLOR #A71341

HEX: #A71341
RGB: (167,19,65)

Color info

#A71341 contains mainly red color. Web safe color of #A71341 is #990033 (or #903).

RGB color model

#A71341 color RGB value is (167,19,65).

  • red value is 167;
  • green value is 19;
  • blue value is 65.
RGB:
(167,19,65)
(65%,7%,25%)

RGB channels and saturation

R 167 of 255 = 65%
G 19 of 255 = 7%
B 65 of 255 = 25%

167
19
65

R + G + B ~ 32%. #A71341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 19 + 65 = 251 (100%)
R 167 of 251 ~ 66.53%
G 19 of 251 ~ 7.57%
B 65 of 251 ~ 25.9%

%66.53
%25.9

CMYK color model

#A71341 color CMYK value is (0,89,61,35).

  • cyan value is 0.00%
  • magenta value is 88.62%
  • yellow value is 61.08%
  • key color value is 34.51%
CMYK:
(0,89,61,35)
C0M89Y61K35 
(0%,89%,61%,35%)
(0.00/0.89/0.61/0.35)	

CMYK percentages

%0
%88.62
%61.08
%34.51

Codes

Color #A71341 in popluar color models

A71341
RGB1671965
HSL341°79.57%36.47%
HSB/HSV341°88.62%65.49%
CMYK0.00%88.62%61.08%
34.51%

Color #A71341 in popluar number systems.

HEXA71341
Decimal1671965
Binary10100111100111000001
Octal24723101

Shades and tints

Shades of #A71341

#A71341
(167,19,65)
#98123C
(152,18,60)
#891137
(137,17,55)
#7A1032
(122,16,50)
#6B0F2D
(107,15,45)
#5C0E28
(92,14,40)
#4D0D23
(77,13,35)
#3E0C1E
(62,12,30)
#2F0B19
(47,11,25)
#200A14
(32,10,20)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #A71341

#A71341
(167,19,65)
#AF2852
(175,40,82)
#B73D63
(183,61,99)
#BF5274
(191,82,116)
#C76785
(199,103,133)
#CF7C96
(207,124,150)
#D791A7
(215,145,167)
#DFA6B8
(223,166,184)
#E7BBC9
(231,187,201)
#EFD0DA
(239,208,218)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71341 color. Also use rgb(167,19,65) instead hex code.

Text Font Color

.myTextColor { color: #A71341; }

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

This text font color is #A71341.


Background Color

.myBgColor { background-color: #A71341; }

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

This div background color is #A71341.


Border color

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

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

This div border color is #A71341.


Opacity

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

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

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

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

This text has shadow with #A71341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71341 on black background.


Color preview on white background

This text has color #A71341 on white background.



Black color preview on #A71341 background

This text has black color on #A71341 background.


White color preview on #A71341 background

This text has white color on #A71341 background.