COLOR #A31F49

HEX: #A31F49
RGB: (163,31,73)

Color info

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

RGB color model

#A31F49 color RGB value is (163,31,73).

  • red value is 163;
  • green value is 31;
  • blue value is 73.
RGB:
(163,31,73)
(64%,12%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 31 of 255 = 12%
B 73 of 255 = 29%

163
31
73

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

Portions of RGB colors in percentages

R + G + B =
163 + 31 + 73 = 267 (100%)
R 163 of 267 ~ 61.05%
G 31 of 267 ~ 11.61%
B 73 of 267 ~ 27.34%

%61.05
%11.61
%27.34

CMYK color model

#A31F49 color CMYK value is (0,81,55,36).

  • cyan value is 0.00%
  • magenta value is 80.98%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,81,55,36)
C0M81Y55K36 
(0%,81%,55%,36%)
(0.00/0.81/0.55/0.36)	

CMYK percentages

%0
%80.98
%55.21
%36.08

Codes

Color #A31F49 in popluar color models

A31F49
RGB1633173
HSL341°68.04%38.04%
HSB/HSV341°80.98%63.92%
CMYK0.00%80.98%55.21%
36.08%

Color #A31F49 in popluar number systems.

HEXA31F49
Decimal1633173
Binary10100011111111001001
Octal24337111

Shades and tints

Shades of #A31F49

#A31F49
(163,31,73)
#951D43
(149,29,67)
#871B3D
(135,27,61)
#791937
(121,25,55)
#6B1731
(107,23,49)
#5D152B
(93,21,43)
#4F1325
(79,19,37)
#41111F
(65,17,31)
#330F19
(51,15,25)
#250D13
(37,13,19)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #A31F49

#A31F49
(163,31,73)
#AB3359
(171,51,89)
#B34769
(179,71,105)
#BB5B79
(187,91,121)
#C36F89
(195,111,137)
#CB8399
(203,131,153)
#D397A9
(211,151,169)
#DBABB9
(219,171,185)
#E3BFC9
(227,191,201)
#EBD3D9
(235,211,217)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A31F49 color. Also use rgb(163,31,73) instead hex code.

Text Font Color

.myTextColor { color: #A31F49; }

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

This text font color is #A31F49.


Background Color

.myBgColor { background-color: #A31F49; }

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

This div background color is #A31F49.


Border color

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

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

This div border color is #A31F49.


Opacity

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

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

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

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

This text has shadow with #A31F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31F49 on black background.


Color preview on white background

This text has color #A31F49 on white background.



Black color preview on #A31F49 background

This text has black color on #A31F49 background.


White color preview on #A31F49 background

This text has white color on #A31F49 background.