COLOR #701100

HEX: #701100 RGB: (112,17,0)

Color info

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

RGB color model

#701100 color RGB value is (112,17,0).

RGB: (112,17,0) (44%, 7%, 0%)

RGB channels and saturation

R 112 of 255 = 44%
G 17 of 255 = 7%
B 0 of 255 = 0%

112
17
0

R + G + B ~ 17%. #701100 is dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 17 + 0 = 129 (100%)
R 112 of 129 ~ 86.82%
G 17 of 129 ~ 13.18%
B 0 of 129 ~ 0'%

%86.82
%13.18

CMYK color model

#701100 color CMYK value is (0,85,100,56).

  • cyan value is 0.00%
  • magenta value is 84.82%
  • yellow value is 100.00%
  • key color value is 56.08%

CMYK: (0,85,100,56)
C0M85Y100K56 (0%, 85%, 100%, 56%)
(0.00 / 0.85 / 1.00 / 0.56)

CMYK percentages

%0
%84.82
%100
%56.08

Codes

Color #701100 in popluar color models

70 11 00
RGB 112 17 0
HSL 100.00% 21.96%
HSB/HSV 100.00% 43.92%
CMYK 0.00% 84.82% 100.00%
56.08%

Color #701100 in popluar number systems.

HEX 70 11 00
Decimal 112 17 0
Binary 1110000 10001 0
Octal 160 21 0

Shades and tints

Shades of #701100

#701100
(112,17,0)
#661000
(102,16,0)
#5C0F00
(92,15,0)
#520E00
(82,14,0)
#480D00
(72,13,0)
#3E0C00
(62,12,0)
#340B00
(52,11,0)
#2A0A00
(42,10,0)
#200900
(32,9,0)
#160800
(22,8,0)
#0C0700
(12,7,0)
#000000
(0,0,0)

Tints of #701100

#701100
(112,17,0)
#7D2617
(125,38,23)
#8A3B2E
(138,59,46)
#975045
(151,80,69)
#A4655C
(164,101,92)
#B17A73
(177,122,115)
#BE8F8A
(190,143,138)
#CBA4A1
(203,164,161)
#D8B9B8
(216,185,184)
#E5CECF
(229,206,207)
#F2E3E6
(242,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701100 color. Also use rgb(112,17,0) instead hex code.

Text Font Color

.myTextColor { color: #701100; }

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

This text font color is #701100.

Background Color

.myBgColor { background-color: #701100; }

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

This div background color is #701100.

Border color

.myBorderColor { border: 1px solid #701100; }

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

This div border color is #701100.

Opacity

.myOpacity80 { color: #701100; opacity: 0.8; }

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

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

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

This text has shadow with #701100 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #701100.

Preview

Color preview on black background

This text has color #701100 on black background.


Color preview on white background

This text has color #701100 on white background.


Black color preview on #701100 background

This text has black color on #701100 background.


White color preview on #701100 background

This text has white color on #701100 background.


Related colors

Complementary color

Complementary color for #hex is #8FEEFF.


I love getcolorcode.com

Triadic colors

1 #007011 and #110070 with #701100 are triadic colors.

2 #001170 and #117000 with #701100 are triadic colors.