COLOR #821919

HEX: #821919
RGB: (130,25,25)

Color info

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

RGB color model

#821919 color RGB value is (130,25,25).

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

RGB channels and saturation

R 130 of 255 = 51%
G 25 of 255 = 10%
B 25 of 255 = 10%

130
25
25

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

Portions of RGB colors in percentages

R + G + B =
130 + 25 + 25 = 180 (100%)
R 130 of 180 ~ 72.22%
G 25 of 180 ~ 13.89%
B 25 of 180 ~ 13.89%

%72.22
%13.89
%13.89

CMYK color model

#821919 color CMYK value is (0,81,81,49).

  • cyan value is 0.00%
  • magenta value is 80.77%
  • yellow value is 80.77%
  • key color value is 49.02%
CMYK:
(0,81,81,49)
C0M81Y81K49 
(0%,81%,81%,49%)
(0.00/0.81/0.81/0.49)	

CMYK percentages

%0
%80.77
%80.77
%49.02

Codes

Color #821919 in popluar color models

821919
RGB1302525
HSL67.74%30.39%
HSB/HSV80.77%50.98%
CMYK0.00%80.77%80.77%
49.02%

Color #821919 in popluar number systems.

HEX821919
Decimal1302525
Binary100000101100111001
Octal2023131

Shades and tints

Shades of #821919

#821919
(130,25,25)
#771717
(119,23,23)
#6C1515
(108,21,21)
#611313
(97,19,19)
#561111
(86,17,17)
#4B0F0F
(75,15,15)
#400D0D
(64,13,13)
#350B0B
(53,11,11)
#2A0909
(42,9,9)
#1F0707
(31,7,7)
#140505
(20,5,5)
#000000
(0,0,0)

Tints of #821919

#821919
(130,25,25)
#8D2D2D
(141,45,45)
#984141
(152,65,65)
#A35555
(163,85,85)
#AE6969
(174,105,105)
#B97D7D
(185,125,125)
#C49191
(196,145,145)
#CFA5A5
(207,165,165)
#DAB9B9
(218,185,185)
#E5CDCD
(229,205,205)
#F0E1E1
(240,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821919; }

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

This text font color is #821919.


Background Color

.myBgColor { background-color: #821919; }

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

This div background color is #821919.


Border color

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

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

This div border color is #821919.


Opacity

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

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

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

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

This text has shadow with #821919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821919 on black background.


Color preview on white background

This text has color #821919 on white background.



Black color preview on #821919 background

This text has black color on #821919 background.


White color preview on #821919 background

This text has white color on #821919 background.