COLOR #820106

HEX: #820106
RGB: (130,1,6)

Color info

#820106 contains mainly red color. Web safe color of #820106 is #990000 (or #900).

RGB color model

#820106 color RGB value is (130,1,6).

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

RGB channels and saturation

R 130 of 255 = 51%
G 1 of 255 = 0%
B 6 of 255 = 2%

130
1
6

R + G + B ~ 18%. #820106 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 1 + 6 = 137 (100%)
R 130 of 137 ~ 94.89%
G 1 of 137 ~ 0.73%
B 6 of 137 ~ 4.38%

%94.89

CMYK color model

#820106 color CMYK value is (0,99,95,49).

  • cyan value is 0.00%
  • magenta value is 99.23%
  • yellow value is 95.38%
  • key color value is 49.02%
CMYK:
(0,99,95,49)
C0M99Y95K49 
(0%,99%,95%,49%)
(0.00/0.99/0.95/0.49)	

CMYK percentages

%0
%99.23
%95.38
%49.02

Codes

Color #820106 in popluar color models

820106
RGB13016
HSL358°98.47%25.69%
HSB/HSV358°99.23%50.98%
CMYK0.00%99.23%95.38%
49.02%

Color #820106 in popluar number systems.

HEX820106
Decimal13016
Binary100000101110
Octal20216

Shades and tints

Shades of #820106

#820106
(130,1,6)
#770106
(119,1,6)
#6C0106
(108,1,6)
#610106
(97,1,6)
#560106
(86,1,6)
#4B0106
(75,1,6)
#400106
(64,1,6)
#350106
(53,1,6)
#2A0106
(42,1,6)
#1F0106
(31,1,6)
#140106
(20,1,6)
#000000
(0,0,0)

Tints of #820106

#820106
(130,1,6)
#8D181C
(141,24,28)
#982F32
(152,47,50)
#A34648
(163,70,72)
#AE5D5E
(174,93,94)
#B97474
(185,116,116)
#C48B8A
(196,139,138)
#CFA2A0
(207,162,160)
#DAB9B6
(218,185,182)
#E5D0CC
(229,208,204)
#F0E7E2
(240,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820106; }

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

This text font color is #820106.


Background Color

.myBgColor { background-color: #820106; }

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

This div background color is #820106.


Border color

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

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

This div border color is #820106.


Opacity

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

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

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

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

This text has shadow with #820106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820106 on black background.


Color preview on white background

This text has color #820106 on white background.



Black color preview on #820106 background

This text has black color on #820106 background.


White color preview on #820106 background

This text has white color on #820106 background.