COLOR #801F20

HEX: #801F20
RGB: (128,31,32)

Color info

#801F20 contains mainly red color. Web safe color of #801F20 is #663333 (or #633).

RGB color model

#801F20 color RGB value is (128,31,32).

  • red value is 128;
  • green value is 31;
  • blue value is 32.
RGB:
(128,31,32)
(50%,12%,13%)

RGB channels and saturation

R 128 of 255 = 50%
G 31 of 255 = 12%
B 32 of 255 = 13%

128
31
32

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

Portions of RGB colors in percentages

R + G + B =
128 + 31 + 32 = 191 (100%)
R 128 of 191 ~ 67.02%
G 31 of 191 ~ 16.23%
B 32 of 191 ~ 16.75%

%67.02
%16.23
%16.75

CMYK color model

#801F20 color CMYK value is (0,76,75,50).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 75.00%
  • key color value is 49.80%
CMYK:
(0,76,75,50)
C0M76Y75K50 
(0%,76%,75%,50%)
(0.00/0.76/0.75/0.50)	

CMYK percentages

%0
%75.78
%75
%49.8

Codes

Color #801F20 in popluar color models

801F20
RGB1283132
HSL359°61.01%31.18%
HSB/HSV359°75.78%50.20%
CMYK0.00%75.78%75.00%
49.80%

Color #801F20 in popluar number systems.

HEX801F20
Decimal1283132
Binary1000000011111100000
Octal2003740

Shades and tints

Shades of #801F20

#801F20
(128,31,32)
#751D1E
(117,29,30)
#6A1B1C
(106,27,28)
#5F191A
(95,25,26)
#541718
(84,23,24)
#491516
(73,21,22)
#3E1314
(62,19,20)
#331112
(51,17,18)
#280F10
(40,15,16)
#1D0D0E
(29,13,14)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #801F20

#801F20
(128,31,32)
#8B3334
(139,51,52)
#964748
(150,71,72)
#A15B5C
(161,91,92)
#AC6F70
(172,111,112)
#B78384
(183,131,132)
#C29798
(194,151,152)
#CDABAC
(205,171,172)
#D8BFC0
(216,191,192)
#E3D3D4
(227,211,212)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801F20; }

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

This text font color is #801F20.


Background Color

.myBgColor { background-color: #801F20; }

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

This div background color is #801F20.


Border color

.myBorderColor { border: 1px solid #801F20; }

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

This div border color is #801F20.


Opacity

.myOpacity80 { color: #801F20; opacity: 0.8; }

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

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

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

This text has shadow with #801F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801F20 on black background.


Color preview on white background

This text has color #801F20 on white background.



Black color preview on #801F20 background

This text has black color on #801F20 background.


White color preview on #801F20 background

This text has white color on #801F20 background.