COLOR #820641

HEX: #820641
RGB: (130,6,65)

Color info

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

RGB color model

#820641 color RGB value is (130,6,65).

  • red value is 130;
  • green value is 6;
  • blue value is 65.
RGB:
(130,6,65)
(51%,2%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 6 of 255 = 2%
B 65 of 255 = 25%

130
6
65

R + G + B ~ 26%. #820641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 6 + 65 = 201 (100%)
R 130 of 201 ~ 64.68%
G 6 of 201 ~ 2.99%
B 65 of 201 ~ 32.34%

%64.68
%32.34

CMYK color model

#820641 color CMYK value is (0,95,50,49).

  • cyan value is 0.00%
  • magenta value is 95.38%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(0,95,50,49)
C0M95Y50K49 
(0%,95%,50%,49%)
(0.00/0.95/0.50/0.49)	

CMYK percentages

%0
%95.38
%50
%49.02

Codes

Color #820641 in popluar color models

820641
RGB130665
HSL331°91.18%26.67%
HSB/HSV331°95.38%50.98%
CMYK0.00%95.38%50.00%
49.02%

Color #820641 in popluar number systems.

HEX820641
Decimal130665
Binary100000101101000001
Octal2026101

Shades and tints

Shades of #820641

#820641
(130,6,65)
#77063C
(119,6,60)
#6C0637
(108,6,55)
#610632
(97,6,50)
#56062D
(86,6,45)
#4B0628
(75,6,40)
#400623
(64,6,35)
#35061E
(53,6,30)
#2A0619
(42,6,25)
#1F0614
(31,6,20)
#14060F
(20,6,15)
#000000
(0,0,0)

Tints of #820641

#820641
(130,6,65)
#8D1C52
(141,28,82)
#983263
(152,50,99)
#A34874
(163,72,116)
#AE5E85
(174,94,133)
#B97496
(185,116,150)
#C48AA7
(196,138,167)
#CFA0B8
(207,160,184)
#DAB6C9
(218,182,201)
#E5CCDA
(229,204,218)
#F0E2EB
(240,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820641 color. Also use rgb(130,6,65) instead hex code.

Text Font Color

.myTextColor { color: #820641; }

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

This text font color is #820641.


Background Color

.myBgColor { background-color: #820641; }

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

This div background color is #820641.


Border color

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

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

This div border color is #820641.


Opacity

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

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

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

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

This text has shadow with #820641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820641 on black background.


Color preview on white background

This text has color #820641 on white background.



Black color preview on #820641 background

This text has black color on #820641 background.


White color preview on #820641 background

This text has white color on #820641 background.