COLOR #820026

HEX: #820026 RGB: (130,0,38)

Color info

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

RGB color model

#820026 color RGB value is (130,0,38).

RGB: (130,0,38) (51%, 0%, 15%)

RGB channels and saturation

R 130 of 255 = 51%
G 0 of 255 = 0%
B 38 of 255 = 15%

130
0
38

R + G + B ~ 22%. #820026 is dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 0 + 38 = 168 (100%)
R 130 of 168 ~ 77.38%
G 0 of 168 ~ 0%
B 38 of 168 ~ 22.62'%

%77.38
%22.62

CMYK color model

#820026 color CMYK value is (0,100,71,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 70.77%
  • key color value is 49.02%
CMYK: (0,100,71,49) C0M100Y71K49 (0%,100%,71%,49%) (0.00/1.00/0.71/0.49) 

CMYK percentages

%0
%100
%70.77
%49.02

Codes

Color #820026 in popluar color models

82 00 26
RGB 130 0 38
HSL 342° 100.00% 25.49%
HSB/HSV 342° 100.00% 50.98%
CMYK 0.00% 100.00% 70.77%
49.02%

Color #820026 in popluar number systems.

HEX 82 00 26
Decimal 130 0 38
Binary 10000010 0 100110
Octal 202 0 46

Shades and tints

Shades of #820026

#820026
(130,0,38)
#770023
(119,0,35)
#6C0020
(108,0,32)
#61001D
(97,0,29)
#56001A
(86,0,26)
#4B0017
(75,0,23)
#400014
(64,0,20)
#350011
(53,0,17)
#2A000E
(42,0,14)
#1F000B
(31,0,11)
#140008
(20,0,8)
#000000
(0,0,0)

Tints of #820026

#820026
(130,0,38)
#8D1739
(141,23,57)
#982E4C
(152,46,76)
#A3455F
(163,69,95)
#AE5C72
(174,92,114)
#B97385
(185,115,133)
#C48A98
(196,138,152)
#CFA1AB
(207,161,171)
#DAB8BE
(218,184,190)
#E5CFD1
(229,207,209)
#F0E6E4
(240,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820026 color. Also use rgb(130,0,38) instead hex code.

Text Font Color

.myTextColor { color: #820026; }

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

This text font color is #820026.

Background Color

.myBgColor { background-color: #820026; }

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

This div background color is #820026.

Border color

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

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

This div border color is #820026.

Opacity

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

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

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

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

This text has shadow with #820026 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #820026.

Preview

Color preview on black background

This text has color #820026 on black background.


Color preview on white background

This text has color #820026 on white background.


Black color preview on #820026 background

This text has black color on #820026 background.


White color preview on #820026 background

This text has white color on #820026 background.


Related colors

Complementary color

Complementary color for #hex is #7DFFD9.


I love getcolorcode.com

Triadic colors

1 #268200 and #002682 with #820026 are triadic colors.

2 #260082 and #008226 with #820026 are triadic colors.