COLOR #A1073D

HEX: #A1073D
RGB: (161,7,61)

Color info

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

RGB color model

#A1073D color RGB value is (161,7,61).

  • red value is 161;
  • green value is 7;
  • blue value is 61.
RGB:
(161,7,61)
(63%,3%,24%)

RGB channels and saturation

R 161 of 255 = 63%
G 7 of 255 = 3%
B 61 of 255 = 24%

161
7
61

R + G + B ~ 30%. #A1073D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 7 + 61 = 229 (100%)
R 161 of 229 ~ 70.31%
G 7 of 229 ~ 3.06%
B 61 of 229 ~ 26.64%

%70.31
%26.64

CMYK color model

#A1073D color CMYK value is (0,96,62,37).

  • cyan value is 0.00%
  • magenta value is 95.65%
  • yellow value is 62.11%
  • key color value is 36.86%
CMYK:
(0,96,62,37)
C0M96Y62K37 
(0%,96%,62%,37%)
(0.00/0.96/0.62/0.37)	

CMYK percentages

%0
%95.65
%62.11
%36.86

Codes

Color #A1073D in popluar color models

A1073D
RGB161761
HSL339°91.67%32.94%
HSB/HSV339°95.65%63.14%
CMYK0.00%95.65%62.11%
36.86%

Color #A1073D in popluar number systems.

HEXA1073D
Decimal161761
Binary10100001111111101
Octal241775

Shades and tints

Shades of #A1073D

#A1073D
(161,7,61)
#930738
(147,7,56)
#850733
(133,7,51)
#77072E
(119,7,46)
#690729
(105,7,41)
#5B0724
(91,7,36)
#4D071F
(77,7,31)
#3F071A
(63,7,26)
#310715
(49,7,21)
#230710
(35,7,16)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #A1073D

#A1073D
(161,7,61)
#A91D4E
(169,29,78)
#B1335F
(177,51,95)
#B94970
(185,73,112)
#C15F81
(193,95,129)
#C97592
(201,117,146)
#D18BA3
(209,139,163)
#D9A1B4
(217,161,180)
#E1B7C5
(225,183,197)
#E9CDD6
(233,205,214)
#F1E3E7
(241,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1073D; }

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

This text font color is #A1073D.


Background Color

.myBgColor { background-color: #A1073D; }

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

This div background color is #A1073D.


Border color

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

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

This div border color is #A1073D.


Opacity

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

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

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

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

This text has shadow with #A1073D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1073D on black background.


Color preview on white background

This text has color #A1073D on white background.



Black color preview on #A1073D background

This text has black color on #A1073D background.


White color preview on #A1073D background

This text has white color on #A1073D background.