COLOR #821611

HEX: #821611
RGB: (130,22,17)

Color info

#821611 contains mainly red color. Web safe color of #821611 is #990000 (or #900).

RGB color model

#821611 color RGB value is (130,22,17).

  • red value is 130;
  • green value is 22;
  • blue value is 17.
RGB:
(130,22,17)
(51%,9%,7%)

RGB channels and saturation

R 130 of 255 = 51%
G 22 of 255 = 9%
B 17 of 255 = 7%

130
22
17

R + G + B ~ 22%. #821611 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 22 + 17 = 169 (100%)
R 130 of 169 ~ 76.92%
G 22 of 169 ~ 13.02%
B 17 of 169 ~ 10.06%

%76.92
%13.02
%10.06

CMYK color model

#821611 color CMYK value is (0,83,87,49).

  • cyan value is 0.00%
  • magenta value is 83.08%
  • yellow value is 86.92%
  • key color value is 49.02%
CMYK:
(0,83,87,49)
C0M83Y87K49 
(0%,83%,87%,49%)
(0.00/0.83/0.87/0.49)	

CMYK percentages

%0
%83.08
%86.92
%49.02

Codes

Color #821611 in popluar color models

821611
RGB1302217
HSL76.87%28.82%
HSB/HSV86.92%50.98%
CMYK0.00%83.08%86.92%
49.02%

Color #821611 in popluar number systems.

HEX821611
Decimal1302217
Binary100000101011010001
Octal2022621

Shades and tints

Shades of #821611

#821611
(130,22,17)
#771410
(119,20,16)
#6C120F
(108,18,15)
#61100E
(97,16,14)
#560E0D
(86,14,13)
#4B0C0C
(75,12,12)
#400A0B
(64,10,11)
#35080A
(53,8,10)
#2A0609
(42,6,9)
#1F0408
(31,4,8)
#140207
(20,2,7)
#000000
(0,0,0)

Tints of #821611

#821611
(130,22,17)
#8D2B26
(141,43,38)
#98403B
(152,64,59)
#A35550
(163,85,80)
#AE6A65
(174,106,101)
#B97F7A
(185,127,122)
#C4948F
(196,148,143)
#CFA9A4
(207,169,164)
#DABEB9
(218,190,185)
#E5D3CE
(229,211,206)
#F0E8E3
(240,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821611 color. Also use rgb(130,22,17) instead hex code.

Text Font Color

.myTextColor { color: #821611; }

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

This text font color is #821611.


Background Color

.myBgColor { background-color: #821611; }

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

This div background color is #821611.


Border color

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

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

This div border color is #821611.


Opacity

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

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

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

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

This text has shadow with #821611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821611 on black background.


Color preview on white background

This text has color #821611 on white background.



Black color preview on #821611 background

This text has black color on #821611 background.


White color preview on #821611 background

This text has white color on #821611 background.