COLOR #A7214C

HEX: #A7214C
RGB: (167,33,76)

Color info

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

RGB color model

#A7214C color RGB value is (167,33,76).

  • red value is 167;
  • green value is 33;
  • blue value is 76.
RGB:
(167,33,76)
(65%,13%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 33 of 255 = 13%
B 76 of 255 = 30%

167
33
76

R + G + B ~ 36%. #A7214C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 33 + 76 = 276 (100%)
R 167 of 276 ~ 60.51%
G 33 of 276 ~ 11.96%
B 76 of 276 ~ 27.54%

%60.51
%11.96
%27.54

CMYK color model

#A7214C color CMYK value is (0,80,54,35).

  • cyan value is 0.00%
  • magenta value is 80.24%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(0,80,54,35)
C0M80Y54K35 
(0%,80%,54%,35%)
(0.00/0.80/0.54/0.35)	

CMYK percentages

%0
%80.24
%54.49
%34.51

Codes

Color #A7214C in popluar color models

A7214C
RGB1673376
HSL341°67.00%39.22%
HSB/HSV341°80.24%65.49%
CMYK0.00%80.24%54.49%
34.51%

Color #A7214C in popluar number systems.

HEXA7214C
Decimal1673376
Binary101001111000011001100
Octal24741114

Shades and tints

Shades of #A7214C

#A7214C
(167,33,76)
#981E46
(152,30,70)
#891B40
(137,27,64)
#7A183A
(122,24,58)
#6B1534
(107,21,52)
#5C122E
(92,18,46)
#4D0F28
(77,15,40)
#3E0C22
(62,12,34)
#2F091C
(47,9,28)
#200616
(32,6,22)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #A7214C

#A7214C
(167,33,76)
#AF355C
(175,53,92)
#B7496C
(183,73,108)
#BF5D7C
(191,93,124)
#C7718C
(199,113,140)
#CF859C
(207,133,156)
#D799AC
(215,153,172)
#DFADBC
(223,173,188)
#E7C1CC
(231,193,204)
#EFD5DC
(239,213,220)
#F7E9EC
(247,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7214C color. Also use rgb(167,33,76) instead hex code.

Text Font Color

.myTextColor { color: #A7214C; }

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

This text font color is #A7214C.


Background Color

.myBgColor { background-color: #A7214C; }

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

This div background color is #A7214C.


Border color

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

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

This div border color is #A7214C.


Opacity

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

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

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

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

This text has shadow with #A7214C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7214C on black background.


Color preview on white background

This text has color #A7214C on white background.



Black color preview on #A7214C background

This text has black color on #A7214C background.


White color preview on #A7214C background

This text has white color on #A7214C background.