COLOR #821439

HEX: #821439
RGB: (130,20,57)

Color info

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

RGB color model

#821439 color RGB value is (130,20,57).

  • red value is 130;
  • green value is 20;
  • blue value is 57.
RGB:
(130,20,57)
(51%,8%,22%)

RGB channels and saturation

R 130 of 255 = 51%
G 20 of 255 = 8%
B 57 of 255 = 22%

130
20
57

R + G + B ~ 27%. #821439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 20 + 57 = 207 (100%)
R 130 of 207 ~ 62.8%
G 20 of 207 ~ 9.66%
B 57 of 207 ~ 27.54%

%62.8
%9.66
%27.54

CMYK color model

#821439 color CMYK value is (0,85,56,49).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 56.15%
  • key color value is 49.02%
CMYK:
(0,85,56,49)
C0M85Y56K49 
(0%,85%,56%,49%)
(0.00/0.85/0.56/0.49)	

CMYK percentages

%0
%84.62
%56.15
%49.02

Codes

Color #821439 in popluar color models

821439
RGB1302057
HSL340°73.33%29.41%
HSB/HSV340°84.62%50.98%
CMYK0.00%84.62%56.15%
49.02%

Color #821439 in popluar number systems.

HEX821439
Decimal1302057
Binary1000001010100111001
Octal2022471

Shades and tints

Shades of #821439

#821439
(130,20,57)
#771334
(119,19,52)
#6C122F
(108,18,47)
#61112A
(97,17,42)
#561025
(86,16,37)
#4B0F20
(75,15,32)
#400E1B
(64,14,27)
#350D16
(53,13,22)
#2A0C11
(42,12,17)
#1F0B0C
(31,11,12)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #821439

#821439
(130,20,57)
#8D294B
(141,41,75)
#983E5D
(152,62,93)
#A3536F
(163,83,111)
#AE6881
(174,104,129)
#B97D93
(185,125,147)
#C492A5
(196,146,165)
#CFA7B7
(207,167,183)
#DABCC9
(218,188,201)
#E5D1DB
(229,209,219)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821439 color. Also use rgb(130,20,57) instead hex code.

Text Font Color

.myTextColor { color: #821439; }

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

This text font color is #821439.


Background Color

.myBgColor { background-color: #821439; }

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

This div background color is #821439.


Border color

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

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

This div border color is #821439.


Opacity

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

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

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

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

This text has shadow with #821439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821439 on black background.


Color preview on white background

This text has color #821439 on white background.



Black color preview on #821439 background

This text has black color on #821439 background.


White color preview on #821439 background

This text has white color on #821439 background.