COLOR #821930

HEX: #821930 RGB: (130,25,48)

Color info

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

RGB color model

#821930 color RGB value is (130,25,48).

RGB: (130,25,48) (51%, 10%, 19%)

RGB channels and saturation

R 130 of 255 = 51%
G 25 of 255 = 10%
B 48 of 255 = 19%

130
25
48

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

Portions of RGB colors in percentages

R + G + B = 130 + 25 + 48 = 203 (100%)
R 130 of 203 ~ 64.04%
G 25 of 203 ~ 12.32%
B 48 of 203 ~ 23.65'%

%64.04
%12.32
%23.65

CMYK color model

#821930 color CMYK value is (0,81,63,49).

  • cyan value is 0.00%
  • magenta value is 80.77%
  • yellow value is 63.08%
  • key color value is 49.02%

CMYK: (0,81,63,49)
C0M81Y63K49 (0%, 81%, 63%, 49%)
(0.00 / 0.81 / 0.63 / 0.49)

CMYK percentages

%0
%80.77
%63.08
%49.02

Codes

Color #821930 in popluar color models

82 19 30
RGB 130 25 48
HSL 347° 67.74% 30.39%
HSB/HSV 347° 80.77% 50.98%
CMYK 0.00% 80.77% 63.08%
49.02%

Color #821930 in popluar number systems.

HEX 82 19 30
Decimal 130 25 48
Binary 10000010 11001 110000
Octal 202 31 60

Shades and tints

Shades of #821930

#821930
(130,25,48)
#77172C
(119,23,44)
#6C1528
(108,21,40)
#611324
(97,19,36)
#561120
(86,17,32)
#4B0F1C
(75,15,28)
#400D18
(64,13,24)
#350B14
(53,11,20)
#2A0910
(42,9,16)
#1F070C
(31,7,12)
#140508
(20,5,8)
#000000
(0,0,0)

Tints of #821930

#821930
(130,25,48)
#8D2D42
(141,45,66)
#984154
(152,65,84)
#A35566
(163,85,102)
#AE6978
(174,105,120)
#B97D8A
(185,125,138)
#C4919C
(196,145,156)
#CFA5AE
(207,165,174)
#DAB9C0
(218,185,192)
#E5CDD2
(229,205,210)
#F0E1E4
(240,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821930 color. Also use rgb(130,25,48) instead hex code.

Text Font Color

.myTextColor { color: #821930; }

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

This text font color is #821930.

Background Color

.myBgColor { background-color: #821930; }

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

This div background color is #821930.

Border color

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

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

This div border color is #821930.

Opacity

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

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

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

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

This text has shadow with #821930 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #821930.

Preview

Color preview on black background

This text has color #821930 on black background.


Color preview on white background

This text has color #821930 on white background.


Black color preview on #821930 background

This text has black color on #821930 background.


White color preview on #821930 background

This text has white color on #821930 background.


Related colors

Complementary color

Complementary color for #hex is #7DE6CF.


I love getcolorcode.com

Triadic colors

1 #308219 and #193082 with #821930 are triadic colors.

2 #301982 and #198230 with #821930 are triadic colors.