COLOR #821728

HEX: #821728
RGB: (130,23,40)

Color info

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

RGB color model

#821728 color RGB value is (130,23,40).

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

RGB channels and saturation

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

130
23
40

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

Portions of RGB colors in percentages

R + G + B =
130 + 23 + 40 = 193 (100%)
R 130 of 193 ~ 67.36%
G 23 of 193 ~ 11.92%
B 40 of 193 ~ 20.73%

%67.36
%11.92
%20.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 82.31%
  • 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
%82.31
%69.23
%49.02

Codes

Color #821728 in popluar color models

821728
RGB1302340
HSL350°69.93%30.00%
HSB/HSV350°82.31%50.98%
CMYK0.00%82.31%69.23%
49.02%

Color #821728 in popluar number systems.

HEX821728
Decimal1302340
Binary1000001010111101000
Octal2022750

Shades and tints

Shades of #821728

#821728
(130,23,40)
#771525
(119,21,37)
#6C1322
(108,19,34)
#61111F
(97,17,31)
#560F1C
(86,15,28)
#4B0D19
(75,13,25)
#400B16
(64,11,22)
#350913
(53,9,19)
#2A0710
(42,7,16)
#1F050D
(31,5,13)
#14030A
(20,3,10)
#000000
(0,0,0)

Tints of #821728

#821728
(130,23,40)
#8D2C3B
(141,44,59)
#98414E
(152,65,78)
#A35661
(163,86,97)
#AE6B74
(174,107,116)
#B98087
(185,128,135)
#C4959A
(196,149,154)
#CFAAAD
(207,170,173)
#DABFC0
(218,191,192)
#E5D4D3
(229,212,211)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821728; }

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

This text font color is #821728.


Background Color

.myBgColor { background-color: #821728; }

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

This div background color is #821728.


Border color

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

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

This div border color is #821728.


Opacity

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

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

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

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

This text has shadow with #821728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821728 on black background.


Color preview on white background

This text has color #821728 on white background.



Black color preview on #821728 background

This text has black color on #821728 background.


White color preview on #821728 background

This text has white color on #821728 background.