COLOR #821E61

HEX: #821E61
RGB: (130,30,97)

Color info

#821E61 contains mainly red and blue colors. Web safe color of #821E61 is #993366 (or #936).

RGB color model

#821E61 color RGB value is (130,30,97).

  • red value is 130;
  • green value is 30;
  • blue value is 97.
RGB:
(130,30,97)
(51%,12%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 30 of 255 = 12%
B 97 of 255 = 38%

130
30
97

R + G + B ~ 34%. #821E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 30 + 97 = 257 (100%)
R 130 of 257 ~ 50.58%
G 30 of 257 ~ 11.67%
B 97 of 257 ~ 37.74%

%50.58
%11.67
%37.74

CMYK color model

#821E61 color CMYK value is (0,77,25,49).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,77,25,49)
C0M77Y25K49 
(0%,77%,25%,49%)
(0.00/0.77/0.25/0.49)	

CMYK percentages

%0
%76.92
%25.38
%49.02

Codes

Color #821E61 in popluar color models

821E61
RGB1303097
HSL320°62.50%31.37%
HSB/HSV320°76.92%50.98%
CMYK0.00%76.92%25.38%
49.02%

Color #821E61 in popluar number systems.

HEX821E61
Decimal1303097
Binary10000010111101100001
Octal20236141

Shades and tints

Shades of #821E61

#821E61
(130,30,97)
#771C59
(119,28,89)
#6C1A51
(108,26,81)
#611849
(97,24,73)
#561641
(86,22,65)
#4B1439
(75,20,57)
#401231
(64,18,49)
#351029
(53,16,41)
#2A0E21
(42,14,33)
#1F0C19
(31,12,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #821E61

#821E61
(130,30,97)
#8D326F
(141,50,111)
#98467D
(152,70,125)
#A35A8B
(163,90,139)
#AE6E99
(174,110,153)
#B982A7
(185,130,167)
#C496B5
(196,150,181)
#CFAAC3
(207,170,195)
#DABED1
(218,190,209)
#E5D2DF
(229,210,223)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821E61 color. Also use rgb(130,30,97) instead hex code.

Text Font Color

.myTextColor { color: #821E61; }

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

This text font color is #821E61.


Background Color

.myBgColor { background-color: #821E61; }

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

This div background color is #821E61.


Border color

.myBorderColor { border: 1px solid #821E61; }

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

This div border color is #821E61.


Opacity

.myOpacity80 { color: #821E61; opacity: 0.8; }

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

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

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

This text has shadow with #821E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821E61 on black background.


Color preview on white background

This text has color #821E61 on white background.



Black color preview on #821E61 background

This text has black color on #821E61 background.


White color preview on #821E61 background

This text has white color on #821E61 background.