COLOR #82211A

HEX: #82211A
RGB: (130,33,26)

Color info

#82211A contains mainly red color. Web safe color of #82211A is #993300 (or #930).

RGB color model

#82211A color RGB value is (130,33,26).

  • red value is 130;
  • green value is 33;
  • blue value is 26.
RGB:
(130,33,26)
(51%,13%,10%)

RGB channels and saturation

R 130 of 255 = 51%
G 33 of 255 = 13%
B 26 of 255 = 10%

130
33
26

R + G + B ~ 25%. #82211A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 33 + 26 = 189 (100%)
R 130 of 189 ~ 68.78%
G 33 of 189 ~ 17.46%
B 26 of 189 ~ 13.76%

%68.78
%17.46
%13.76

CMYK color model

#82211A color CMYK value is (0,75,80,49).

  • cyan value is 0.00%
  • magenta value is 74.62%
  • yellow value is 80.00%
  • key color value is 49.02%
CMYK:
(0,75,80,49)
C0M75Y80K49 
(0%,75%,80%,49%)
(0.00/0.75/0.80/0.49)	

CMYK percentages

%0
%74.62
%80
%49.02

Codes

Color #82211A in popluar color models

82211A
RGB1303326
HSL66.67%30.59%
HSB/HSV80.00%50.98%
CMYK0.00%74.62%80.00%
49.02%

Color #82211A in popluar number systems.

HEX82211A
Decimal1303326
Binary1000001010000111010
Octal2024132

Shades and tints

Shades of #82211A

#82211A
(130,33,26)
#771E18
(119,30,24)
#6C1B16
(108,27,22)
#611814
(97,24,20)
#561512
(86,21,18)
#4B1210
(75,18,16)
#400F0E
(64,15,14)
#350C0C
(53,12,12)
#2A090A
(42,9,10)
#1F0608
(31,6,8)
#140306
(20,3,6)
#000000
(0,0,0)

Tints of #82211A

#82211A
(130,33,26)
#8D352E
(141,53,46)
#984942
(152,73,66)
#A35D56
(163,93,86)
#AE716A
(174,113,106)
#B9857E
(185,133,126)
#C49992
(196,153,146)
#CFADA6
(207,173,166)
#DAC1BA
(218,193,186)
#E5D5CE
(229,213,206)
#F0E9E2
(240,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82211A color. Also use rgb(130,33,26) instead hex code.

Text Font Color

.myTextColor { color: #82211A; }

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

This text font color is #82211A.


Background Color

.myBgColor { background-color: #82211A; }

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

This div background color is #82211A.


Border color

.myBorderColor { border: 1px solid #82211A; }

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

This div border color is #82211A.


Opacity

.myOpacity80 { color: #82211A; opacity: 0.8; }

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

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

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

This text has shadow with #82211A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82211A on black background.


Color preview on white background

This text has color #82211A on white background.



Black color preview on #82211A background

This text has black color on #82211A background.


White color preview on #82211A background

This text has white color on #82211A background.