COLOR #801A10

HEX: #801A10
RGB: (128,26,16)

Color info

#801A10 contains mainly red color. Web safe color of #801A10 is #660000 (or #600).

RGB color model

#801A10 color RGB value is (128,26,16).

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

RGB channels and saturation

R 128 of 255 = 50%
G 26 of 255 = 10%
B 16 of 255 = 6%

128
26
16

R + G + B ~ 22%. #801A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 26 + 16 = 170 (100%)
R 128 of 170 ~ 75.29%
G 26 of 170 ~ 15.29%
B 16 of 170 ~ 9.41%

%75.29
%15.29

CMYK color model

#801A10 color CMYK value is (0,80,88,50).

  • cyan value is 0.00%
  • magenta value is 79.69%
  • yellow value is 87.50%
  • key color value is 49.80%
CMYK:
(0,80,88,50)
C0M80Y88K50 
(0%,80%,88%,50%)
(0.00/0.80/0.88/0.50)	

CMYK percentages

%0
%79.69
%87.5
%49.8

Codes

Color #801A10 in popluar color models

801A10
RGB1282616
HSL77.78%28.24%
HSB/HSV87.50%50.20%
CMYK0.00%79.69%87.50%
49.80%

Color #801A10 in popluar number systems.

HEX801A10
Decimal1282616
Binary100000001101010000
Octal2003220

Shades and tints

Shades of #801A10

#801A10
(128,26,16)
#75180F
(117,24,15)
#6A160E
(106,22,14)
#5F140D
(95,20,13)
#54120C
(84,18,12)
#49100B
(73,16,11)
#3E0E0A
(62,14,10)
#330C09
(51,12,9)
#280A08
(40,10,8)
#1D0807
(29,8,7)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #801A10

#801A10
(128,26,16)
#8B2E25
(139,46,37)
#96423A
(150,66,58)
#A1564F
(161,86,79)
#AC6A64
(172,106,100)
#B77E79
(183,126,121)
#C2928E
(194,146,142)
#CDA6A3
(205,166,163)
#D8BAB8
(216,186,184)
#E3CECD
(227,206,205)
#EEE2E2
(238,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801A10; }

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

This text font color is #801A10.


Background Color

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

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

This div background color is #801A10.


Border color

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

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

This div border color is #801A10.


Opacity

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

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

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

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

This text has shadow with #801A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801A10 on black background.


Color preview on white background

This text has color #801A10 on white background.



Black color preview on #801A10 background

This text has black color on #801A10 background.


White color preview on #801A10 background

This text has white color on #801A10 background.