COLOR #821333

HEX: #821333
RGB: (130,19,51)

Color info

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

RGB color model

#821333 color RGB value is (130,19,51).

  • red value is 130;
  • green value is 19;
  • blue value is 51.
RGB:
(130,19,51)
(51%,7%,20%)

RGB channels and saturation

R 130 of 255 = 51%
G 19 of 255 = 7%
B 51 of 255 = 20%

130
19
51

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

Portions of RGB colors in percentages

R + G + B =
130 + 19 + 51 = 200 (100%)
R 130 of 200 ~ 65%
G 19 of 200 ~ 9.5%
B 51 of 200 ~ 25.5%

%65
%9.5
%25.5

CMYK color model

#821333 color CMYK value is (0,85,61,49).

  • cyan value is 0.00%
  • magenta value is 85.38%
  • yellow value is 60.77%
  • key color value is 49.02%
CMYK:
(0,85,61,49)
C0M85Y61K49 
(0%,85%,61%,49%)
(0.00/0.85/0.61/0.49)	

CMYK percentages

%0
%85.38
%60.77
%49.02

Codes

Color #821333 in popluar color models

821333
RGB1301951
HSL343°74.50%29.22%
HSB/HSV343°85.38%50.98%
CMYK0.00%85.38%60.77%
49.02%

Color #821333 in popluar number systems.

HEX821333
Decimal1301951
Binary1000001010011110011
Octal2022363

Shades and tints

Shades of #821333

#821333
(130,19,51)
#77122F
(119,18,47)
#6C112B
(108,17,43)
#611027
(97,16,39)
#560F23
(86,15,35)
#4B0E1F
(75,14,31)
#400D1B
(64,13,27)
#350C17
(53,12,23)
#2A0B13
(42,11,19)
#1F0A0F
(31,10,15)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #821333

#821333
(130,19,51)
#8D2845
(141,40,69)
#983D57
(152,61,87)
#A35269
(163,82,105)
#AE677B
(174,103,123)
#B97C8D
(185,124,141)
#C4919F
(196,145,159)
#CFA6B1
(207,166,177)
#DABBC3
(218,187,195)
#E5D0D5
(229,208,213)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821333 color. Also use rgb(130,19,51) instead hex code.

Text Font Color

.myTextColor { color: #821333; }

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

This text font color is #821333.


Background Color

.myBgColor { background-color: #821333; }

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

This div background color is #821333.


Border color

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

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

This div border color is #821333.


Opacity

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

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

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

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

This text has shadow with #821333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821333 on black background.


Color preview on white background

This text has color #821333 on white background.



Black color preview on #821333 background

This text has black color on #821333 background.


White color preview on #821333 background

This text has white color on #821333 background.