COLOR #A71D33

HEX: #A71D33
RGB: (167,29,51)

Color info

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

RGB color model

#A71D33 color RGB value is (167,29,51).

  • red value is 167;
  • green value is 29;
  • blue value is 51.
RGB:
(167,29,51)
(65%,11%,20%)

RGB channels and saturation

R 167 of 255 = 65%
G 29 of 255 = 11%
B 51 of 255 = 20%

167
29
51

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

Portions of RGB colors in percentages

R + G + B =
167 + 29 + 51 = 247 (100%)
R 167 of 247 ~ 67.61%
G 29 of 247 ~ 11.74%
B 51 of 247 ~ 20.65%

%67.61
%11.74
%20.65

CMYK color model

#A71D33 color CMYK value is (0,83,69,35).

  • cyan value is 0.00%
  • magenta value is 82.63%
  • yellow value is 69.46%
  • key color value is 34.51%
CMYK:
(0,83,69,35)
C0M83Y69K35 
(0%,83%,69%,35%)
(0.00/0.83/0.69/0.35)	

CMYK percentages

%0
%82.63
%69.46
%34.51

Codes

Color #A71D33 in popluar color models

A71D33
RGB1672951
HSL350°70.41%38.43%
HSB/HSV350°82.63%65.49%
CMYK0.00%82.63%69.46%
34.51%

Color #A71D33 in popluar number systems.

HEXA71D33
Decimal1672951
Binary1010011111101110011
Octal2473563

Shades and tints

Shades of #A71D33

#A71D33
(167,29,51)
#981B2F
(152,27,47)
#89192B
(137,25,43)
#7A1727
(122,23,39)
#6B1523
(107,21,35)
#5C131F
(92,19,31)
#4D111B
(77,17,27)
#3E0F17
(62,15,23)
#2F0D13
(47,13,19)
#200B0F
(32,11,15)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #A71D33

#A71D33
(167,29,51)
#AF3145
(175,49,69)
#B74557
(183,69,87)
#BF5969
(191,89,105)
#C76D7B
(199,109,123)
#CF818D
(207,129,141)
#D7959F
(215,149,159)
#DFA9B1
(223,169,177)
#E7BDC3
(231,189,195)
#EFD1D5
(239,209,213)
#F7E5E7
(247,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71D33 color. Also use rgb(167,29,51) instead hex code.

Text Font Color

.myTextColor { color: #A71D33; }

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

This text font color is #A71D33.


Background Color

.myBgColor { background-color: #A71D33; }

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

This div background color is #A71D33.


Border color

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

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

This div border color is #A71D33.


Opacity

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

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

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

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

This text has shadow with #A71D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71D33 on black background.


Color preview on white background

This text has color #A71D33 on white background.



Black color preview on #A71D33 background

This text has black color on #A71D33 background.


White color preview on #A71D33 background

This text has white color on #A71D33 background.