COLOR #821A1E

HEX: #821A1E RGB: (130,26,30)

Color info

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

RGB color model

#821A1E color RGB value is (130,26,30).

RGB: (130,26,30) (51%, 10%, 12%)

RGB channels and saturation

R 130 of 255 = 51%
G 26 of 255 = 10%
B 30 of 255 = 12%

130
26
30

R + G + B ~ 24%. #821A1E is dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 26 + 30 = 186 (100%)
R 130 of 186 ~ 69.89%
G 26 of 186 ~ 13.98%
B 30 of 186 ~ 16.13'%

%69.89
%13.98
%16.13

CMYK color model

#821A1E color CMYK value is (0,80,77,49).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 76.92%
  • key color value is 49.02%

CMYK: (0,80,77,49)
C0M80Y77K49 (0%, 80%, 77%, 49%)
(0.00 / 0.80 / 0.77 / 0.49)

CMYK percentages

%0
%80
%76.92
%49.02

Codes

Color #821A1E in popluar color models

82 1A 1E
RGB 130 26 30
HSL 358° 66.67% 30.59%
HSB/HSV 358° 80.00% 50.98%
CMYK 0.00% 80.00% 76.92%
49.02%

Color #821A1E in popluar number systems.

HEX 82 1A 1E
Decimal 130 26 30
Binary 10000010 11010 11110
Octal 202 32 36

Shades and tints

Shades of #821A1E

#821A1E
(130,26,30)
#77181C
(119,24,28)
#6C161A
(108,22,26)
#611418
(97,20,24)
#561216
(86,18,22)
#4B1014
(75,16,20)
#400E12
(64,14,18)
#350C10
(53,12,16)
#2A0A0E
(42,10,14)
#1F080C
(31,8,12)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #821A1E

#821A1E
(130,26,30)
#8D2E32
(141,46,50)
#984246
(152,66,70)
#A3565A
(163,86,90)
#AE6A6E
(174,106,110)
#B97E82
(185,126,130)
#C49296
(196,146,150)
#CFA6AA
(207,166,170)
#DABABE
(218,186,190)
#E5CED2
(229,206,210)
#F0E2E6
(240,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821A1E color. Also use rgb(130,26,30) instead hex code.

Text Font Color

.myTextColor { color: #821A1E; }

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

This text font color is #821A1E.

Background Color

.myBgColor { background-color: #821A1E; }

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

This div background color is #821A1E.

Border color

.myBorderColor { border: 1px solid #821A1E; }

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

This div border color is #821A1E.

Opacity

.myOpacity80 { color: #821A1E; opacity: 0.8; }

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

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

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

This text has shadow with #821A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #821A1E.

Preview

Color preview on black background

This text has color #821A1E on black background.


Color preview on white background

This text has color #821A1E on white background.


Black color preview on #821A1E background

This text has black color on #821A1E background.


White color preview on #821A1E background

This text has white color on #821A1E background.


Related colors

Complementary color

Complementary color for #hex is #7DE5E1.


I love getcolorcode.com

Triadic colors

1 #1E821A and #1A1E82 with #821A1E are triadic colors.

2 #1E1A82 and #1A821E with #821A1E are triadic colors.