COLOR #801B1F

HEX: #801B1F
RGB: (128,27,31)

Color info

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

RGB color model

#801B1F color RGB value is (128,27,31).

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

RGB channels and saturation

R 128 of 255 = 50%
G 27 of 255 = 11%
B 31 of 255 = 12%

128
27
31

R + G + B ~ 24%. #801B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 27 + 31 = 186 (100%)
R 128 of 186 ~ 68.82%
G 27 of 186 ~ 14.52%
B 31 of 186 ~ 16.67%

%68.82
%14.52
%16.67

CMYK color model

#801B1F color CMYK value is (0,79,76,50).

  • cyan value is 0.00%
  • magenta value is 78.91%
  • yellow value is 75.78%
  • key color value is 49.80%
CMYK:
(0,79,76,50)
C0M79Y76K50 
(0%,79%,76%,50%)
(0.00/0.79/0.76/0.50)	

CMYK percentages

%0
%78.91
%75.78
%49.8

Codes

Color #801B1F in popluar color models

801B1F
RGB1282731
HSL358°65.16%30.39%
HSB/HSV358°78.91%50.20%
CMYK0.00%78.91%75.78%
49.80%

Color #801B1F in popluar number systems.

HEX801B1F
Decimal1282731
Binary100000001101111111
Octal2003337

Shades and tints

Shades of #801B1F

#801B1F
(128,27,31)
#75191D
(117,25,29)
#6A171B
(106,23,27)
#5F1519
(95,21,25)
#541317
(84,19,23)
#491115
(73,17,21)
#3E0F13
(62,15,19)
#330D11
(51,13,17)
#280B0F
(40,11,15)
#1D090D
(29,9,13)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #801B1F

#801B1F
(128,27,31)
#8B2F33
(139,47,51)
#964347
(150,67,71)
#A1575B
(161,87,91)
#AC6B6F
(172,107,111)
#B77F83
(183,127,131)
#C29397
(194,147,151)
#CDA7AB
(205,167,171)
#D8BBBF
(216,187,191)
#E3CFD3
(227,207,211)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801B1F; }

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

This text font color is #801B1F.


Background Color

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

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

This div background color is #801B1F.


Border color

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

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

This div border color is #801B1F.


Opacity

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

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

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

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

This text has shadow with #801B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801B1F on black background.


Color preview on white background

This text has color #801B1F on white background.



Black color preview on #801B1F background

This text has black color on #801B1F background.


White color preview on #801B1F background

This text has white color on #801B1F background.