COLOR #821828

HEX: #821828
RGB: (130,24,40)

Color info

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

RGB color model

#821828 color RGB value is (130,24,40).

  • red value is 130;
  • green value is 24;
  • blue value is 40.
RGB:
(130,24,40)
(51%,9%,16%)

RGB channels and saturation

R 130 of 255 = 51%
G 24 of 255 = 9%
B 40 of 255 = 16%

130
24
40

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

Portions of RGB colors in percentages

R + G + B =
130 + 24 + 40 = 194 (100%)
R 130 of 194 ~ 67.01%
G 24 of 194 ~ 12.37%
B 40 of 194 ~ 20.62%

%67.01
%12.37
%20.62

CMYK color model

#821828 color CMYK value is (0,82,69,49).

  • cyan value is 0.00%
  • magenta value is 81.54%
  • yellow value is 69.23%
  • key color value is 49.02%
CMYK:
(0,82,69,49)
C0M82Y69K49 
(0%,82%,69%,49%)
(0.00/0.82/0.69/0.49)	

CMYK percentages

%0
%81.54
%69.23
%49.02

Codes

Color #821828 in popluar color models

821828
RGB1302440
HSL351°68.83%30.20%
HSB/HSV351°81.54%50.98%
CMYK0.00%81.54%69.23%
49.02%

Color #821828 in popluar number systems.

HEX821828
Decimal1302440
Binary1000001011000101000
Octal2023050

Shades and tints

Shades of #821828

#821828
(130,24,40)
#771625
(119,22,37)
#6C1422
(108,20,34)
#61121F
(97,18,31)
#56101C
(86,16,28)
#4B0E19
(75,14,25)
#400C16
(64,12,22)
#350A13
(53,10,19)
#2A0810
(42,8,16)
#1F060D
(31,6,13)
#14040A
(20,4,10)
#000000
(0,0,0)

Tints of #821828

#821828
(130,24,40)
#8D2D3B
(141,45,59)
#98424E
(152,66,78)
#A35761
(163,87,97)
#AE6C74
(174,108,116)
#B98187
(185,129,135)
#C4969A
(196,150,154)
#CFABAD
(207,171,173)
#DAC0C0
(218,192,192)
#E5D5D3
(229,213,211)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821828; }

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

This text font color is #821828.


Background Color

.myBgColor { background-color: #821828; }

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

This div background color is #821828.


Border color

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

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

This div border color is #821828.


Opacity

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

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

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

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

This text has shadow with #821828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821828 on black background.


Color preview on white background

This text has color #821828 on white background.



Black color preview on #821828 background

This text has black color on #821828 background.


White color preview on #821828 background

This text has white color on #821828 background.