COLOR #800C13

HEX: #800C13 RGB: (128,12,19)

Color info

#800C13 contains mainly red color. Web safe color of #800C13 is #660000 (or #600).

RGB color model

#800C13 color RGB value is (128,12,19).

RGB: (128,12,19) (50%, 5%, 7%)

RGB channels and saturation

R 128 of 255 = 50%
G 12 of 255 = 5%
B 19 of 255 = 7%

128
12
19

R + G + B ~ 21%. #800C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 12 + 19 = 159 (100%)
R 128 of 159 ~ 80.5%
G 12 of 159 ~ 7.55%
B 19 of 159 ~ 11.95'%

%80.5
%11.95

CMYK color model

#800C13 color CMYK value is (0,91,85,50).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 85.16%
  • key color value is 49.80%

CMYK: (0,91,85,50)
C0M91Y85K50 (0%, 91%, 85%, 50%)
(0.00 / 0.91 / 0.85 / 0.50)

CMYK percentages

%0
%90.63
%85.16
%49.8

Codes

Color #800C13 in popluar color models

80 0C 13
RGB 128 12 19
HSL 356° 82.86% 27.45%
HSB/HSV 356° 90.63% 50.20%
CMYK 0.00% 90.63% 85.16%
49.80%

Color #800C13 in popluar number systems.

HEX 80 0C 13
Decimal 128 12 19
Binary 10000000 1100 10011
Octal 200 14 23

Shades and tints

Shades of #800C13

#800C13
(128,12,19)
#750B12
(117,11,18)
#6A0A11
(106,10,17)
#5F0910
(95,9,16)
#54080F
(84,8,15)
#49070E
(73,7,14)
#3E060D
(62,6,13)
#33050C
(51,5,12)
#28040B
(40,4,11)
#1D030A
(29,3,10)
#120209
(18,2,9)
#000000
(0,0,0)

Tints of #800C13

#800C13
(128,12,19)
#8B2228
(139,34,40)
#96383D
(150,56,61)
#A14E52
(161,78,82)
#AC6467
(172,100,103)
#B77A7C
(183,122,124)
#C29091
(194,144,145)
#CDA6A6
(205,166,166)
#D8BCBB
(216,188,187)
#E3D2D0
(227,210,208)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800C13 color. Also use rgb(128,12,19) instead hex code.

Text Font Color

.myTextColor { color: #800C13; }

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

This text font color is #800C13.

Background Color

.myBgColor { background-color: #800C13; }

<div style="background-color:#800C13">Inner text</div>

This div background color is #800C13.

Border color

.myBorderColor { border: 1px solid #800C13; }

<div style="border:3px solid #800C13">Div</div>

This div border color is #800C13.

Opacity

.myOpacity80 { color: #800C13; opacity: 0.8; }

<p style="color:#800C13;opacity:0.8;">80%</p>

Text with #800C13 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 #800C13;}

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

This text has shadow with #800C13 color.


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

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

This text has shadow with #800C13 primary color and red secondary color.


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

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

This text has shadow with #800C13 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #800C13.

Preview

Color preview on black background

This text has color #800C13 on black background.


Color preview on white background

This text has color #800C13 on white background.


Black color preview on #800C13 background

This text has black color on #800C13 background.


White color preview on #800C13 background

This text has white color on #800C13 background.


Related colors

Complementary color

Complementary color for #hex is #7FF3EC.


I love getcolorcode.com

Triadic colors

1 #13800C and #0C1380 with #800C13 are triadic colors.

2 #130C80 and #0C8013 with #800C13 are triadic colors.