COLOR #A13D49

HEX: #A13D49 RGB: (161,61,73)

Color info

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

RGB color model

#A13D49 color RGB value is (161,61,73).

RGB: (161,61,73) (63%, 24%, 29%)

RGB channels and saturation

R 161 of 255 = 63%
G 61 of 255 = 24%
B 73 of 255 = 29%

161
61
73

R + G + B ~ 39%. #A13D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 161 + 61 + 73 = 295 (100%)
R 161 of 295 ~ 54.58%
G 61 of 295 ~ 20.68%
B 73 of 295 ~ 24.75'%

%54.58
%20.68
%24.75

CMYK color model

#A13D49 color CMYK value is (0,62,55,37).

  • cyan value is 0.00%
  • magenta value is 62.11%
  • yellow value is 54.66%
  • key color value is 36.86%

CMYK: (0,62,55,37)
C0M62Y55K37 (0%, 62%, 55%, 37%)
(0.00 / 0.62 / 0.55 / 0.37)

CMYK percentages

%0
%62.11
%54.66
%36.86

Codes

Color #A13D49 in popluar color models

A1 3D 49
RGB 161 61 73
HSL 353° 45.05% 43.53%
HSB/HSV 353° 62.11% 63.14%
CMYK 0.00% 62.11% 54.66%
36.86%

Color #A13D49 in popluar number systems.

HEX A1 3D 49
Decimal 161 61 73
Binary 10100001 111101 1001001
Octal 241 75 111

Shades and tints

Shades of #A13D49

#A13D49
(161,61,73)
#933843
(147,56,67)
#85333D
(133,51,61)
#772E37
(119,46,55)
#692931
(105,41,49)
#5B242B
(91,36,43)
#4D1F25
(77,31,37)
#3F1A1F
(63,26,31)
#311519
(49,21,25)
#231013
(35,16,19)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #A13D49

#A13D49
(161,61,73)
#A94E59
(169,78,89)
#B15F69
(177,95,105)
#B97079
(185,112,121)
#C18189
(193,129,137)
#C99299
(201,146,153)
#D1A3A9
(209,163,169)
#D9B4B9
(217,180,185)
#E1C5C9
(225,197,201)
#E9D6D9
(233,214,217)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13D49 color. Also use rgb(161,61,73) instead hex code.

Text Font Color

.myTextColor { color: #A13D49; }

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

This text font color is #A13D49.

Background Color

.myBgColor { background-color: #A13D49; }

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

This div background color is #A13D49.

Border color

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

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

This div border color is #A13D49.

Opacity

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

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

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

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

This text has shadow with #A13D49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A13D49.

Preview

Color preview on black background

This text has color #A13D49 on black background.


Color preview on white background

This text has color #A13D49 on white background.


Black color preview on #A13D49 background

This text has black color on #A13D49 background.


White color preview on #A13D49 background

This text has white color on #A13D49 background.


Related colors

Complementary color

Complementary color for #hex is #5EC2B6.


I love getcolorcode.com

Triadic colors

1 #49A13D and #3D49A1 with #A13D49 are triadic colors.

2 #493DA1 and #3DA149 with #A13D49 are triadic colors.