COLOR #821E29

HEX: #821E29 RGB: (130,30,41)

Color info

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

RGB color model

#821E29 color RGB value is (130,30,41).

RGB: (130,30,41) (51%, 12%, 16%)

RGB channels and saturation

R 130 of 255 = 51%
G 30 of 255 = 12%
B 41 of 255 = 16%

130
30
41

R + G + B ~ 26%. #821E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 30 + 41 = 201 (100%)
R 130 of 201 ~ 64.68%
G 30 of 201 ~ 14.93%
B 41 of 201 ~ 20.4'%

%64.68
%14.93
%20.4

CMYK color model

#821E29 color CMYK value is (0,77,68,49).

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

CMYK: (0,77,68,49)
C0M77Y68K49 (0%, 77%, 68%, 49%)
(0.00 / 0.77 / 0.68 / 0.49)

CMYK percentages

%0
%76.92
%68.46
%49.02

Codes

Color #821E29 in popluar color models

82 1E 29
RGB 130 30 41
HSL 353° 62.50% 31.37%
HSB/HSV 353° 76.92% 50.98%
CMYK 0.00% 76.92% 68.46%
49.02%

Color #821E29 in popluar number systems.

HEX 82 1E 29
Decimal 130 30 41
Binary 10000010 11110 101001
Octal 202 36 51

Shades and tints

Shades of #821E29

#821E29
(130,30,41)
#771C26
(119,28,38)
#6C1A23
(108,26,35)
#611820
(97,24,32)
#56161D
(86,22,29)
#4B141A
(75,20,26)
#401217
(64,18,23)
#351014
(53,16,20)
#2A0E11
(42,14,17)
#1F0C0E
(31,12,14)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #821E29

#821E29
(130,30,41)
#8D323C
(141,50,60)
#98464F
(152,70,79)
#A35A62
(163,90,98)
#AE6E75
(174,110,117)
#B98288
(185,130,136)
#C4969B
(196,150,155)
#CFAAAE
(207,170,174)
#DABEC1
(218,190,193)
#E5D2D4
(229,210,212)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821E29; }

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

This text font color is #821E29.

Background Color

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

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

This div background color is #821E29.

Border color

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

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

This div border color is #821E29.

Opacity

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

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

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

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

This text has shadow with #821E29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #821E29.

Preview

Color preview on black background

This text has color #821E29 on black background.


Color preview on white background

This text has color #821E29 on white background.


Black color preview on #821E29 background

This text has black color on #821E29 background.


White color preview on #821E29 background

This text has white color on #821E29 background.


Related colors

Complementary color

Complementary color for #hex is #7DE1D6.


I love getcolorcode.com

Triadic colors

1 #29821E and #1E2982 with #821E29 are triadic colors.

2 #291E82 and #1E8229 with #821E29 are triadic colors.