COLOR #821C6B

HEX: #821C6B RGB: (130,28,107)

Color info

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

RGB color model

#821C6B color RGB value is (130,28,107).

RGB: (130,28,107) (51%, 11%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 28 of 255 = 11%
B 107 of 255 = 42%

130
28
107

R + G + B ~ 35%. #821C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 28 + 107 = 265 (100%)
R 130 of 265 ~ 49.06%
G 28 of 265 ~ 10.57%
B 107 of 265 ~ 40.38'%

%49.06
%10.57
%40.38

CMYK color model

#821C6B color CMYK value is (0,78,18,49).

  • cyan value is 0.00%
  • magenta value is 78.46%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK: (0,78,18,49) C0M78Y18K49 (0%,78%,18%,49%) (0.00/0.78/0.18/0.49) 

CMYK percentages

%0
%78.46
%17.69
%49.02

Codes

Color #821C6B in popluar color models

82 1C 6B
RGB 130 28 107
HSL 314° 64.56% 30.98%
HSB/HSV 314° 78.46% 50.98%
CMYK 0.00% 78.46% 17.69%
49.02%

Color #821C6B in popluar number systems.

HEX 82 1C 6B
Decimal 130 28 107
Binary 10000010 11100 1101011
Octal 202 34 153

Shades and tints

Shades of #821C6B

#821C6B
(130,28,107)
#771A62
(119,26,98)
#6C1859
(108,24,89)
#611650
(97,22,80)
#561447
(86,20,71)
#4B123E
(75,18,62)
#401035
(64,16,53)
#350E2C
(53,14,44)
#2A0C23
(42,12,35)
#1F0A1A
(31,10,26)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #821C6B

#821C6B
(130,28,107)
#8D3078
(141,48,120)
#984485
(152,68,133)
#A35892
(163,88,146)
#AE6C9F
(174,108,159)
#B980AC
(185,128,172)
#C494B9
(196,148,185)
#CFA8C6
(207,168,198)
#DABCD3
(218,188,211)
#E5D0E0
(229,208,224)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821C6B color. Also use rgb(130,28,107) instead hex code.

Text Font Color

.myTextColor { color: #821C6B; }

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

This text font color is #821C6B.

Background Color

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

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

This div background color is #821C6B.

Border color

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

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

This div border color is #821C6B.

Opacity

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

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

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

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

This text has shadow with #821C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #821C6B.

Preview

Color preview on black background

This text has color #821C6B on black background.


Color preview on white background

This text has color #821C6B on white background.


Black color preview on #821C6B background

This text has black color on #821C6B background.


White color preview on #821C6B background

This text has white color on #821C6B background.


Related colors

Complementary color

Complementary color for #hex is #7DE394.


I love getcolorcode.com

Triadic colors

1 #6B821C and #1C6B82 with #821C6B are triadic colors.

2 #6B1C82 and #1C826B with #821C6B are triadic colors.