COLOR #80201B

HEX: #80201B RGB: (128,32,27)

Color info

#80201B contains mainly red color. Web safe color of #80201B is #663333 (or #633).

RGB color model

#80201B color RGB value is (128,32,27).

RGB: (128,32,27) (50%, 13%, 11%)

RGB channels and saturation

R 128 of 255 = 50%
G 32 of 255 = 13%
B 27 of 255 = 11%

128
32
27

R + G + B ~ 25%. #80201B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 32 + 27 = 187 (100%)
R 128 of 187 ~ 68.45%
G 32 of 187 ~ 17.11%
B 27 of 187 ~ 14.44'%

%68.45
%17.11
%14.44

CMYK color model

#80201B color CMYK value is (0,75,79,50).

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

CMYK: (0,75,79,50)
C0M75Y79K50 (0%, 75%, 79%, 50%)
(0.00 / 0.75 / 0.79 / 0.50)

CMYK percentages

%0
%75
%78.91
%49.8

Codes

Color #80201B in popluar color models

80 20 1B
RGB 128 32 27
HSL 65.16% 30.39%
HSB/HSV 78.91% 50.20%
CMYK 0.00% 75.00% 78.91%
49.80%

Color #80201B in popluar number systems.

HEX 80 20 1B
Decimal 128 32 27
Binary 10000000 100000 11011
Octal 200 40 33

Shades and tints

Shades of #80201B

#80201B
(128,32,27)
#751E19
(117,30,25)
#6A1C17
(106,28,23)
#5F1A15
(95,26,21)
#541813
(84,24,19)
#491611
(73,22,17)
#3E140F
(62,20,15)
#33120D
(51,18,13)
#28100B
(40,16,11)
#1D0E09
(29,14,9)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #80201B

#80201B
(128,32,27)
#8B342F
(139,52,47)
#964843
(150,72,67)
#A15C57
(161,92,87)
#AC706B
(172,112,107)
#B7847F
(183,132,127)
#C29893
(194,152,147)
#CDACA7
(205,172,167)
#D8C0BB
(216,192,187)
#E3D4CF
(227,212,207)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80201B; }

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

This text font color is #80201B.

Background Color

.myBgColor { background-color: #80201B; }

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

This div background color is #80201B.

Border color

.myBorderColor { border: 1px solid #80201B; }

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

This div border color is #80201B.

Opacity

.myOpacity80 { color: #80201B; opacity: 0.8; }

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

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

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

This text has shadow with #80201B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80201B.

Preview

Color preview on black background

This text has color #80201B on black background.


Color preview on white background

This text has color #80201B on white background.


Black color preview on #80201B background

This text has black color on #80201B background.


White color preview on #80201B background

This text has white color on #80201B background.


Related colors

Complementary color

Complementary color for #hex is #7FDFE4.


I love getcolorcode.com

Triadic colors

1 #1B8020 and #201B80 with #80201B are triadic colors.

2 #1B2080 and #20801B with #80201B are triadic colors.