COLOR #801C1A

HEX: #801C1A
RGB: (128,28,26)

Color info

#801C1A contains mainly red color. Web safe color of #801C1A is #663300 (or #630).

RGB color model

#801C1A color RGB value is (128,28,26).

  • red value is 128;
  • green value is 28;
  • blue value is 26.
RGB:
(128,28,26)
(50%,11%,10%)

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 26 of 255 = 10%

128
28
26

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

Portions of RGB colors in percentages

R + G + B =
128 + 28 + 26 = 182 (100%)
R 128 of 182 ~ 70.33%
G 28 of 182 ~ 15.38%
B 26 of 182 ~ 14.29%

%70.33
%15.38
%14.29

CMYK color model

#801C1A color CMYK value is (0,78,80,50).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 79.69%
  • key color value is 49.80%
CMYK:
(0,78,80,50)
C0M78Y80K50 
(0%,78%,80%,50%)
(0.00/0.78/0.80/0.50)	

CMYK percentages

%0
%78.13
%79.69
%49.8

Codes

Color #801C1A in popluar color models

801C1A
RGB1282826
HSL66.23%30.20%
HSB/HSV79.69%50.20%
CMYK0.00%78.13%79.69%
49.80%

Color #801C1A in popluar number systems.

HEX801C1A
Decimal1282826
Binary100000001110011010
Octal2003432

Shades and tints

Shades of #801C1A

#801C1A
(128,28,26)
#751A18
(117,26,24)
#6A1816
(106,24,22)
#5F1614
(95,22,20)
#541412
(84,20,18)
#491210
(73,18,16)
#3E100E
(62,16,14)
#330E0C
(51,14,12)
#280C0A
(40,12,10)
#1D0A08
(29,10,8)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #801C1A

#801C1A
(128,28,26)
#8B302E
(139,48,46)
#964442
(150,68,66)
#A15856
(161,88,86)
#AC6C6A
(172,108,106)
#B7807E
(183,128,126)
#C29492
(194,148,146)
#CDA8A6
(205,168,166)
#D8BCBA
(216,188,186)
#E3D0CE
(227,208,206)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801C1A color. Also use rgb(128,28,26) instead hex code.

Text Font Color

.myTextColor { color: #801C1A; }

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

This text font color is #801C1A.


Background Color

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

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

This div background color is #801C1A.


Border color

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

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

This div border color is #801C1A.


Opacity

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

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

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

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

This text has shadow with #801C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801C1A on black background.


Color preview on white background

This text has color #801C1A on white background.



Black color preview on #801C1A background

This text has black color on #801C1A background.


White color preview on #801C1A background

This text has white color on #801C1A background.