COLOR #A31749

HEX: #A31749
RGB: (163,23,73)

Color info

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

RGB color model

#A31749 color RGB value is (163,23,73).

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

RGB channels and saturation

R 163 of 255 = 64%
G 23 of 255 = 9%
B 73 of 255 = 29%

163
23
73

R + G + B ~ 34%. #A31749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 23 + 73 = 259 (100%)
R 163 of 259 ~ 62.93%
G 23 of 259 ~ 8.88%
B 73 of 259 ~ 28.19%

%62.93
%28.19

CMYK color model

#A31749 color CMYK value is (0,86,55,36).

  • cyan value is 0.00%
  • magenta value is 85.89%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,86,55,36)
C0M86Y55K36 
(0%,86%,55%,36%)
(0.00/0.86/0.55/0.36)	

CMYK percentages

%0
%85.89
%55.21
%36.08

Codes

Color #A31749 in popluar color models

A31749
RGB1632373
HSL339°75.27%36.47%
HSB/HSV339°85.89%63.92%
CMYK0.00%85.89%55.21%
36.08%

Color #A31749 in popluar number systems.

HEXA31749
Decimal1632373
Binary10100011101111001001
Octal24327111

Shades and tints

Shades of #A31749

#A31749
(163,23,73)
#951543
(149,21,67)
#87133D
(135,19,61)
#791137
(121,17,55)
#6B0F31
(107,15,49)
#5D0D2B
(93,13,43)
#4F0B25
(79,11,37)
#41091F
(65,9,31)
#330719
(51,7,25)
#250513
(37,5,19)
#17030D
(23,3,13)
#000000
(0,0,0)

Tints of #A31749

#A31749
(163,23,73)
#AB2C59
(171,44,89)
#B34169
(179,65,105)
#BB5679
(187,86,121)
#C36B89
(195,107,137)
#CB8099
(203,128,153)
#D395A9
(211,149,169)
#DBAAB9
(219,170,185)
#E3BFC9
(227,191,201)
#EBD4D9
(235,212,217)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A31749; }

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

This text font color is #A31749.


Background Color

.myBgColor { background-color: #A31749; }

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

This div background color is #A31749.


Border color

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

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

This div border color is #A31749.


Opacity

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

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

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

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

This text has shadow with #A31749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A31749 on black background.


Color preview on white background

This text has color #A31749 on white background.



Black color preview on #A31749 background

This text has black color on #A31749 background.


White color preview on #A31749 background

This text has white color on #A31749 background.