COLOR #821244

HEX: #821244
RGB: (130,18,68)

Color info

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

RGB color model

#821244 color RGB value is (130,18,68).

  • red value is 130;
  • green value is 18;
  • blue value is 68.
RGB:
(130,18,68)
(51%,7%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 18 of 255 = 7%
B 68 of 255 = 27%

130
18
68

R + G + B ~ 28%. #821244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 18 + 68 = 216 (100%)
R 130 of 216 ~ 60.19%
G 18 of 216 ~ 8.33%
B 68 of 216 ~ 31.48%

%60.19
%31.48

CMYK color model

#821244 color CMYK value is (0,86,48,49).

  • cyan value is 0.00%
  • magenta value is 86.15%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,86,48,49)
C0M86Y48K49 
(0%,86%,48%,49%)
(0.00/0.86/0.48/0.49)	

CMYK percentages

%0
%86.15
%47.69
%49.02

Codes

Color #821244 in popluar color models

821244
RGB1301868
HSL333°75.68%29.02%
HSB/HSV333°86.15%50.98%
CMYK0.00%86.15%47.69%
49.02%

Color #821244 in popluar number systems.

HEX821244
Decimal1301868
Binary10000010100101000100
Octal20222104

Shades and tints

Shades of #821244

#821244
(130,18,68)
#77113E
(119,17,62)
#6C1038
(108,16,56)
#610F32
(97,15,50)
#560E2C
(86,14,44)
#4B0D26
(75,13,38)
#400C20
(64,12,32)
#350B1A
(53,11,26)
#2A0A14
(42,10,20)
#1F090E
(31,9,14)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #821244

#821244
(130,18,68)
#8D2755
(141,39,85)
#983C66
(152,60,102)
#A35177
(163,81,119)
#AE6688
(174,102,136)
#B97B99
(185,123,153)
#C490AA
(196,144,170)
#CFA5BB
(207,165,187)
#DABACC
(218,186,204)
#E5CFDD
(229,207,221)
#F0E4EE
(240,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821244; }

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

This text font color is #821244.


Background Color

.myBgColor { background-color: #821244; }

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

This div background color is #821244.


Border color

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

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

This div border color is #821244.


Opacity

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

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

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

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

This text has shadow with #821244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821244 on black background.


Color preview on white background

This text has color #821244 on white background.



Black color preview on #821244 background

This text has black color on #821244 background.


White color preview on #821244 background

This text has white color on #821244 background.