COLOR #801221

HEX: #801221 RGB: (128,18,33)

Color info

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

RGB color model

#801221 color RGB value is (128,18,33).

RGB: (128,18,33) (50%, 7%, 13%)

RGB channels and saturation

R 128 of 255 = 50%
G 18 of 255 = 7%
B 33 of 255 = 13%

128
18
33

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

Portions of RGB colors in percentages

R + G + B = 128 + 18 + 33 = 179 (100%)
R 128 of 179 ~ 71.51%
G 18 of 179 ~ 10.06%
B 33 of 179 ~ 18.44'%

%71.51
%18.44

CMYK color model

#801221 color CMYK value is (0,86,74,50).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 74.22%
  • key color value is 49.80%

CMYK: (0,86,74,50)
C0M86Y74K50 (0%, 86%, 74%, 50%)
(0.00 / 0.86 / 0.74 / 0.50)

CMYK percentages

%0
%85.94
%74.22
%49.8

Codes

Color #801221 in popluar color models

80 12 21
RGB 128 18 33
HSL 352° 75.34% 28.63%
HSB/HSV 352° 85.94% 50.20%
CMYK 0.00% 85.94% 74.22%
49.80%

Color #801221 in popluar number systems.

HEX 80 12 21
Decimal 128 18 33
Binary 10000000 10010 100001
Octal 200 22 41

Shades and tints

Shades of #801221

#801221
(128,18,33)
#75111E
(117,17,30)
#6A101B
(106,16,27)
#5F0F18
(95,15,24)
#540E15
(84,14,21)
#490D12
(73,13,18)
#3E0C0F
(62,12,15)
#330B0C
(51,11,12)
#280A09
(40,10,9)
#1D0906
(29,9,6)
#120803
(18,8,3)
#000000
(0,0,0)

Tints of #801221

#801221
(128,18,33)
#8B2735
(139,39,53)
#963C49
(150,60,73)
#A1515D
(161,81,93)
#AC6671
(172,102,113)
#B77B85
(183,123,133)
#C29099
(194,144,153)
#CDA5AD
(205,165,173)
#D8BAC1
(216,186,193)
#E3CFD5
(227,207,213)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801221; }

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

This text font color is #801221.

Background Color

.myBgColor { background-color: #801221; }

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

This div background color is #801221.

Border color

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

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

This div border color is #801221.

Opacity

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

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

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

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

This text has shadow with #801221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #801221.

Preview

Color preview on black background

This text has color #801221 on black background.


Color preview on white background

This text has color #801221 on white background.


Black color preview on #801221 background

This text has black color on #801221 background.


White color preview on #801221 background

This text has white color on #801221 background.


Related colors

Complementary color

Complementary color for #hex is #7FEDDE.


I love getcolorcode.com

Triadic colors

1 #218012 and #122180 with #801221 are triadic colors.

2 #211280 and #128021 with #801221 are triadic colors.