COLOR #821341

HEX: #821341
RGB: (130,19,65)

Color info

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

RGB color model

#821341 color RGB value is (130,19,65).

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

RGB channels and saturation

R 130 of 255 = 51%
G 19 of 255 = 7%
B 65 of 255 = 25%

130
19
65

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

Portions of RGB colors in percentages

R + G + B =
130 + 19 + 65 = 214 (100%)
R 130 of 214 ~ 60.75%
G 19 of 214 ~ 8.88%
B 65 of 214 ~ 30.37%

%60.75
%30.37

CMYK color model

#821341 color CMYK value is (0,85,50,49).

  • cyan value is 0.00%
  • magenta value is 85.38%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(0,85,50,49)
C0M85Y50K49 
(0%,85%,50%,49%)
(0.00/0.85/0.50/0.49)	

CMYK percentages

%0
%85.38
%50
%49.02

Codes

Color #821341 in popluar color models

821341
RGB1301965
HSL335°74.50%29.22%
HSB/HSV335°85.38%50.98%
CMYK0.00%85.38%50.00%
49.02%

Color #821341 in popluar number systems.

HEX821341
Decimal1301965
Binary10000010100111000001
Octal20223101

Shades and tints

Shades of #821341

#821341
(130,19,65)
#77123C
(119,18,60)
#6C1137
(108,17,55)
#611032
(97,16,50)
#560F2D
(86,15,45)
#4B0E28
(75,14,40)
#400D23
(64,13,35)
#350C1E
(53,12,30)
#2A0B19
(42,11,25)
#1F0A14
(31,10,20)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #821341

#821341
(130,19,65)
#8D2852
(141,40,82)
#983D63
(152,61,99)
#A35274
(163,82,116)
#AE6785
(174,103,133)
#B97C96
(185,124,150)
#C491A7
(196,145,167)
#CFA6B8
(207,166,184)
#DABBC9
(218,187,201)
#E5D0DA
(229,208,218)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821341; }

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

This text font color is #821341.


Background Color

.myBgColor { background-color: #821341; }

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

This div background color is #821341.


Border color

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

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

This div border color is #821341.


Opacity

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

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

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

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

This text has shadow with #821341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821341 on black background.


Color preview on white background

This text has color #821341 on white background.



Black color preview on #821341 background

This text has black color on #821341 background.


White color preview on #821341 background

This text has white color on #821341 background.