COLOR #821A59

HEX: #821A59
RGB: (130,26,89)

Color info

#821A59 contains mainly red and blue colors. Web safe color of #821A59 is #990066 (or #906).

RGB color model

#821A59 color RGB value is (130,26,89).

  • red value is 130;
  • green value is 26;
  • blue value is 89.
RGB:
(130,26,89)
(51%,10%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 26 of 255 = 10%
B 89 of 255 = 35%

130
26
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 26 + 89 = 245 (100%)
R 130 of 245 ~ 53.06%
G 26 of 245 ~ 10.61%
B 89 of 245 ~ 36.33%

%53.06
%10.61
%36.33

CMYK color model

#821A59 color CMYK value is (0,80,32,49).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(0,80,32,49)
C0M80Y32K49 
(0%,80%,32%,49%)
(0.00/0.80/0.32/0.49)	

CMYK percentages

%0
%80
%31.54
%49.02

Codes

Color #821A59 in popluar color models

821A59
RGB1302689
HSL324°66.67%30.59%
HSB/HSV324°80.00%50.98%
CMYK0.00%80.00%31.54%
49.02%

Color #821A59 in popluar number systems.

HEX821A59
Decimal1302689
Binary10000010110101011001
Octal20232131

Shades and tints

Shades of #821A59

#821A59
(130,26,89)
#771851
(119,24,81)
#6C1649
(108,22,73)
#611441
(97,20,65)
#561239
(86,18,57)
#4B1031
(75,16,49)
#400E29
(64,14,41)
#350C21
(53,12,33)
#2A0A19
(42,10,25)
#1F0811
(31,8,17)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #821A59

#821A59
(130,26,89)
#8D2E68
(141,46,104)
#984277
(152,66,119)
#A35686
(163,86,134)
#AE6A95
(174,106,149)
#B97EA4
(185,126,164)
#C492B3
(196,146,179)
#CFA6C2
(207,166,194)
#DABAD1
(218,186,209)
#E5CEE0
(229,206,224)
#F0E2EF
(240,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821A59 color. Also use rgb(130,26,89) instead hex code.

Text Font Color

.myTextColor { color: #821A59; }

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

This text font color is #821A59.


Background Color

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

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

This div background color is #821A59.


Border color

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

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

This div border color is #821A59.


Opacity

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

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

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

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

This text has shadow with #821A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821A59 on black background.


Color preview on white background

This text has color #821A59 on white background.



Black color preview on #821A59 background

This text has black color on #821A59 background.


White color preview on #821A59 background

This text has white color on #821A59 background.