COLOR #800021

HEX: #800021
RGB: (128,0,33)

Color info

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

RGB color model

#800021 color RGB value is (128,0,33).

  • red value is 128;
  • green value is 0;
  • blue value is 33.
RGB:
(128,0,33)
(50%,0%,13%)

RGB channels and saturation

R 128 of 255 = 50%
G 0 of 255 = 0%
B 33 of 255 = 13%

128
0
33

R + G + B ~ 21%. #800021 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 0 + 33 = 161 (100%)
R 128 of 161 ~ 79.5%
G 0 of 161 ~ 0%
B 33 of 161 ~ 20.5%

%79.5
%20.5

CMYK color model

#800021 color CMYK value is (0,100,74,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 74.22%
  • key color value is 49.80%
CMYK:
(0,100,74,50)
C0M100Y74K50 
(0%,100%,74%,50%)
(0.00/1.00/0.74/0.50)	

CMYK percentages

%0
%100
%74.22
%49.8

Codes

Color #800021 in popluar color models

800021
RGB128033
HSL345°100.00%25.10%
HSB/HSV345°100.00%50.20%
CMYK0.00%100.00%74.22%
49.80%

Color #800021 in popluar number systems.

HEX800021
Decimal128033
Binary100000000100001
Octal200041

Shades and tints

Shades of #800021

#800021
(128,0,33)
#75001E
(117,0,30)
#6A001B
(106,0,27)
#5F0018
(95,0,24)
#540015
(84,0,21)
#490012
(73,0,18)
#3E000F
(62,0,15)
#33000C
(51,0,12)
#280009
(40,0,9)
#1D0006
(29,0,6)
#120003
(18,0,3)
#000000
(0,0,0)

Tints of #800021

#800021
(128,0,33)
#8B1735
(139,23,53)
#962E49
(150,46,73)
#A1455D
(161,69,93)
#AC5C71
(172,92,113)
#B77385
(183,115,133)
#C28A99
(194,138,153)
#CDA1AD
(205,161,173)
#D8B8C1
(216,184,193)
#E3CFD5
(227,207,213)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800021 color. Also use rgb(128,0,33) instead hex code.

Text Font Color

.myTextColor { color: #800021; }

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

This text font color is #800021.


Background Color

.myBgColor { background-color: #800021; }

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

This div background color is #800021.


Border color

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

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

This div border color is #800021.


Opacity

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

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

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

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

This text has shadow with #800021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800021 on black background.


Color preview on white background

This text has color #800021 on white background.



Black color preview on #800021 background

This text has black color on #800021 background.


White color preview on #800021 background

This text has white color on #800021 background.