COLOR #A71F45

HEX: #A71F45
RGB: (167,31,69)

Color info

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

RGB color model

#A71F45 color RGB value is (167,31,69).

  • red value is 167;
  • green value is 31;
  • blue value is 69.
RGB:
(167,31,69)
(65%,12%,27%)

RGB channels and saturation

R 167 of 255 = 65%
G 31 of 255 = 12%
B 69 of 255 = 27%

167
31
69

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

Portions of RGB colors in percentages

R + G + B =
167 + 31 + 69 = 267 (100%)
R 167 of 267 ~ 62.55%
G 31 of 267 ~ 11.61%
B 69 of 267 ~ 25.84%

%62.55
%11.61
%25.84

CMYK color model

#A71F45 color CMYK value is (0,81,59,35).

  • cyan value is 0.00%
  • magenta value is 81.44%
  • yellow value is 58.68%
  • key color value is 34.51%
CMYK:
(0,81,59,35)
C0M81Y59K35 
(0%,81%,59%,35%)
(0.00/0.81/0.59/0.35)	

CMYK percentages

%0
%81.44
%58.68
%34.51

Codes

Color #A71F45 in popluar color models

A71F45
RGB1673169
HSL343°68.69%38.82%
HSB/HSV343°81.44%65.49%
CMYK0.00%81.44%58.68%
34.51%

Color #A71F45 in popluar number systems.

HEXA71F45
Decimal1673169
Binary10100111111111000101
Octal24737105

Shades and tints

Shades of #A71F45

#A71F45
(167,31,69)
#981D3F
(152,29,63)
#891B39
(137,27,57)
#7A1933
(122,25,51)
#6B172D
(107,23,45)
#5C1527
(92,21,39)
#4D1321
(77,19,33)
#3E111B
(62,17,27)
#2F0F15
(47,15,21)
#200D0F
(32,13,15)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #A71F45

#A71F45
(167,31,69)
#AF3355
(175,51,85)
#B74765
(183,71,101)
#BF5B75
(191,91,117)
#C76F85
(199,111,133)
#CF8395
(207,131,149)
#D797A5
(215,151,165)
#DFABB5
(223,171,181)
#E7BFC5
(231,191,197)
#EFD3D5
(239,211,213)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71F45 color. Also use rgb(167,31,69) instead hex code.

Text Font Color

.myTextColor { color: #A71F45; }

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

This text font color is #A71F45.


Background Color

.myBgColor { background-color: #A71F45; }

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

This div background color is #A71F45.


Border color

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

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

This div border color is #A71F45.


Opacity

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

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

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

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

This text has shadow with #A71F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71F45 on black background.


Color preview on white background

This text has color #A71F45 on white background.



Black color preview on #A71F45 background

This text has black color on #A71F45 background.


White color preview on #A71F45 background

This text has white color on #A71F45 background.