COLOR #801020

HEX: #801020 RGB: (128,16,32)

Color info

#801020 contains mainly red color. Web safe color of #801020 is #660033 (or #603).

RGB color model

#801020 color RGB value is (128,16,32).

RGB: (128,16,32) (50%, 6%, 13%)

RGB channels and saturation

R 128 of 255 = 50%
G 16 of 255 = 6%
B 32 of 255 = 13%

128
16
32

R + G + B ~ 23%. #801020 is dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 16 + 32 = 176 (100%)
R 128 of 176 ~ 72.73%
G 16 of 176 ~ 9.09%
B 32 of 176 ~ 18.18'%

%72.73
%18.18

CMYK color model

#801020 color CMYK value is (0,88,75,50).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 75.00%
  • key color value is 49.80%

CMYK: (0,88,75,50)
C0M88Y75K50 (0%, 88%, 75%, 50%)
(0.00 / 0.88 / 0.75 / 0.50)

CMYK percentages

%0
%87.5
%75
%49.8

Codes

Color #801020 in popluar color models

80 10 20
RGB 128 16 32
HSL 351° 77.78% 28.24%
HSB/HSV 351° 87.50% 50.20%
CMYK 0.00% 87.50% 75.00%
49.80%

Color #801020 in popluar number systems.

HEX 80 10 20
Decimal 128 16 32
Binary 10000000 10000 100000
Octal 200 20 40

Shades and tints

Shades of #801020

#801020
(128,16,32)
#750F1E
(117,15,30)
#6A0E1C
(106,14,28)
#5F0D1A
(95,13,26)
#540C18
(84,12,24)
#490B16
(73,11,22)
#3E0A14
(62,10,20)
#330912
(51,9,18)
#280810
(40,8,16)
#1D070E
(29,7,14)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #801020

#801020
(128,16,32)
#8B2534
(139,37,52)
#963A48
(150,58,72)
#A14F5C
(161,79,92)
#AC6470
(172,100,112)
#B77984
(183,121,132)
#C28E98
(194,142,152)
#CDA3AC
(205,163,172)
#D8B8C0
(216,184,192)
#E3CDD4
(227,205,212)
#EEE2E8
(238,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801020 color. Also use rgb(128,16,32) instead hex code.

Text Font Color

.myTextColor { color: #801020; }

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

This text font color is #801020.

Background Color

.myBgColor { background-color: #801020; }

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

This div background color is #801020.

Border color

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

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

This div border color is #801020.

Opacity

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

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

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

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

This text has shadow with #801020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #801020.

Preview

Color preview on black background

This text has color #801020 on black background.


Color preview on white background

This text has color #801020 on white background.


Black color preview on #801020 background

This text has black color on #801020 background.


White color preview on #801020 background

This text has white color on #801020 background.


Related colors

Complementary color

Complementary color for #hex is #7FEFDF.


I love getcolorcode.com

Triadic colors

1 #208010 and #102080 with #801020 are triadic colors.

2 #201080 and #108020 with #801020 are triadic colors.