COLOR #801F27

HEX: #801F27
RGB: (128,31,39)

Color info

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

RGB color model

#801F27 color RGB value is (128,31,39).

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

RGB channels and saturation

R 128 of 255 = 50%
G 31 of 255 = 12%
B 39 of 255 = 15%

128
31
39

R + G + B ~ 26%. #801F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 31 + 39 = 198 (100%)
R 128 of 198 ~ 64.65%
G 31 of 198 ~ 15.66%
B 39 of 198 ~ 19.7%

%64.65
%15.66
%19.7

CMYK color model

#801F27 color CMYK value is (0,76,70,50).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(0,76,70,50)
C0M76Y70K50 
(0%,76%,70%,50%)
(0.00/0.76/0.70/0.50)	

CMYK percentages

%0
%75.78
%69.53
%49.8

Codes

Color #801F27 in popluar color models

801F27
RGB1283139
HSL355°61.01%31.18%
HSB/HSV355°75.78%50.20%
CMYK0.00%75.78%69.53%
49.80%

Color #801F27 in popluar number systems.

HEX801F27
Decimal1283139
Binary1000000011111100111
Octal2003747

Shades and tints

Shades of #801F27

#801F27
(128,31,39)
#751D24
(117,29,36)
#6A1B21
(106,27,33)
#5F191E
(95,25,30)
#54171B
(84,23,27)
#491518
(73,21,24)
#3E1315
(62,19,21)
#331112
(51,17,18)
#280F0F
(40,15,15)
#1D0D0C
(29,13,12)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #801F27

#801F27
(128,31,39)
#8B333A
(139,51,58)
#96474D
(150,71,77)
#A15B60
(161,91,96)
#AC6F73
(172,111,115)
#B78386
(183,131,134)
#C29799
(194,151,153)
#CDABAC
(205,171,172)
#D8BFBF
(216,191,191)
#E3D3D2
(227,211,210)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801F27; }

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

This text font color is #801F27.


Background Color

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

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

This div background color is #801F27.


Border color

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

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

This div border color is #801F27.


Opacity

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

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

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

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

This text has shadow with #801F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801F27 on black background.


Color preview on white background

This text has color #801F27 on white background.



Black color preview on #801F27 background

This text has black color on #801F27 background.


White color preview on #801F27 background

This text has white color on #801F27 background.