COLOR #821E51

HEX: #821E51
RGB: (130,30,81)

Color info

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

RGB color model

#821E51 color RGB value is (130,30,81).

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

RGB channels and saturation

R 130 of 255 = 51%
G 30 of 255 = 12%
B 81 of 255 = 32%

130
30
81

R + G + B ~ 32%. #821E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 30 + 81 = 241 (100%)
R 130 of 241 ~ 53.94%
G 30 of 241 ~ 12.45%
B 81 of 241 ~ 33.61%

%53.94
%12.45
%33.61

CMYK color model

#821E51 color CMYK value is (0,77,38,49).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,77,38,49)
C0M77Y38K49 
(0%,77%,38%,49%)
(0.00/0.77/0.38/0.49)	

CMYK percentages

%0
%76.92
%37.69
%49.02

Codes

Color #821E51 in popluar color models

821E51
RGB1303081
HSL329°62.50%31.37%
HSB/HSV329°76.92%50.98%
CMYK0.00%76.92%37.69%
49.02%

Color #821E51 in popluar number systems.

HEX821E51
Decimal1303081
Binary10000010111101010001
Octal20236121

Shades and tints

Shades of #821E51

#821E51
(130,30,81)
#771C4A
(119,28,74)
#6C1A43
(108,26,67)
#61183C
(97,24,60)
#561635
(86,22,53)
#4B142E
(75,20,46)
#401227
(64,18,39)
#351020
(53,16,32)
#2A0E19
(42,14,25)
#1F0C12
(31,12,18)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #821E51

#821E51
(130,30,81)
#8D3260
(141,50,96)
#98466F
(152,70,111)
#A35A7E
(163,90,126)
#AE6E8D
(174,110,141)
#B9829C
(185,130,156)
#C496AB
(196,150,171)
#CFAABA
(207,170,186)
#DABEC9
(218,190,201)
#E5D2D8
(229,210,216)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #821E51; }

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

This text font color is #821E51.


Background Color

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

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

This div background color is #821E51.


Border color

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

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

This div border color is #821E51.


Opacity

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

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

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

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

This text has shadow with #821E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821E51 on black background.


Color preview on white background

This text has color #821E51 on white background.



Black color preview on #821E51 background

This text has black color on #821E51 background.


White color preview on #821E51 background

This text has white color on #821E51 background.