COLOR #820942

HEX: #820942
RGB: (130,9,66)

Color info

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

RGB color model

#820942 color RGB value is (130,9,66).

  • red value is 130;
  • green value is 9;
  • blue value is 66.
RGB:
(130,9,66)
(51%,4%,26%)

RGB channels and saturation

R 130 of 255 = 51%
G 9 of 255 = 4%
B 66 of 255 = 26%

130
9
66

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

Portions of RGB colors in percentages

R + G + B =
130 + 9 + 66 = 205 (100%)
R 130 of 205 ~ 63.41%
G 9 of 205 ~ 4.39%
B 66 of 205 ~ 32.2%

%63.41
%32.2

CMYK color model

#820942 color CMYK value is (0,93,49,49).

  • cyan value is 0.00%
  • magenta value is 93.08%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(0,93,49,49)
C0M93Y49K49 
(0%,93%,49%,49%)
(0.00/0.93/0.49/0.49)	

CMYK percentages

%0
%93.08
%49.23
%49.02

Codes

Color #820942 in popluar color models

820942
RGB130966
HSL332°87.05%27.25%
HSB/HSV332°93.08%50.98%
CMYK0.00%93.08%49.23%
49.02%

Color #820942 in popluar number systems.

HEX820942
Decimal130966
Binary1000001010011000010
Octal20211102

Shades and tints

Shades of #820942

#820942
(130,9,66)
#77093C
(119,9,60)
#6C0936
(108,9,54)
#610930
(97,9,48)
#56092A
(86,9,42)
#4B0924
(75,9,36)
#40091E
(64,9,30)
#350918
(53,9,24)
#2A0912
(42,9,18)
#1F090C
(31,9,12)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #820942

#820942
(130,9,66)
#8D1F53
(141,31,83)
#983564
(152,53,100)
#A34B75
(163,75,117)
#AE6186
(174,97,134)
#B97797
(185,119,151)
#C48DA8
(196,141,168)
#CFA3B9
(207,163,185)
#DAB9CA
(218,185,202)
#E5CFDB
(229,207,219)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820942 color. Also use rgb(130,9,66) instead hex code.

Text Font Color

.myTextColor { color: #820942; }

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

This text font color is #820942.


Background Color

.myBgColor { background-color: #820942; }

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

This div background color is #820942.


Border color

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

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

This div border color is #820942.


Opacity

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

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

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

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

This text has shadow with #820942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820942 on black background.


Color preview on white background

This text has color #820942 on white background.



Black color preview on #820942 background

This text has black color on #820942 background.


White color preview on #820942 background

This text has white color on #820942 background.