COLOR #801C09

HEX: #801C09 RGB: (128,28,9)

Color info

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

RGB color model

#801C09 color RGB value is (128,28,9).

RGB: (128,28,9) (50%, 11%, 4%)

RGB channels and saturation

R 128 of 255 = 50%
G 28 of 255 = 11%
B 9 of 255 = 4%

128
28
9

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

Portions of RGB colors in percentages

R + G + B = 128 + 28 + 9 = 165 (100%)
R 128 of 165 ~ 77.58%
G 28 of 165 ~ 16.97%
B 9 of 165 ~ 5.45'%

%77.58
%16.97

CMYK color model

#801C09 color CMYK value is (0,78,93,50).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 92.97%
  • key color value is 49.80%
CMYK: (0,78,93,50) C0M78Y93K50 (0%,78%,93%,50%) (0.00/0.78/0.93/0.50) 

CMYK percentages

%0
%78.13
%92.97
%49.8

Codes

Color #801C09 in popluar color models

80 1C 09
RGB 128 28 9
HSL 10° 86.86% 26.86%
HSB/HSV 10° 92.97% 50.20%
CMYK 0.00% 78.13% 92.97%
49.80%

Color #801C09 in popluar number systems.

HEX 80 1C 09
Decimal 128 28 9
Binary 10000000 11100 1001
Octal 200 34 11

Shades and tints

Shades of #801C09

#801C09
(128,28,9)
#751A09
(117,26,9)
#6A1809
(106,24,9)
#5F1609
(95,22,9)
#541409
(84,20,9)
#491209
(73,18,9)
#3E1009
(62,16,9)
#330E09
(51,14,9)
#280C09
(40,12,9)
#1D0A09
(29,10,9)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #801C09

#801C09
(128,28,9)
#8B301F
(139,48,31)
#964435
(150,68,53)
#A1584B
(161,88,75)
#AC6C61
(172,108,97)
#B78077
(183,128,119)
#C2948D
(194,148,141)
#CDA8A3
(205,168,163)
#D8BCB9
(216,188,185)
#E3D0CF
(227,208,207)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #801C09; }

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

This text font color is #801C09.

Background Color

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

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

This div background color is #801C09.

Border color

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

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

This div border color is #801C09.

Opacity

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

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

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

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

This text has shadow with #801C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #801C09.

Preview

Color preview on black background

This text has color #801C09 on black background.


Color preview on white background

This text has color #801C09 on white background.


Black color preview on #801C09 background

This text has black color on #801C09 background.


White color preview on #801C09 background

This text has white color on #801C09 background.


Related colors

Complementary color

Complementary color for #hex is #7FE3F6.


I love getcolorcode.com

Triadic colors

1 #09801C and #1C0980 with #801C09 are triadic colors.

2 #091C80 and #1C8009 with #801C09 are triadic colors.