COLOR #701001

HEX: #701001
RGB: (112,16,1)

Color info

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

RGB color model

#701001 color RGB value is (112,16,1).

  • red value is 112;
  • green value is 16;
  • blue value is 1.
RGB:
(112,16,1)
(44%,6%,0%)

RGB channels and saturation

R 112 of 255 = 44%
G 16 of 255 = 6%
B 1 of 255 = 0%

112
16
1

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

Portions of RGB colors in percentages

R + G + B =
112 + 16 + 1 = 129 (100%)
R 112 of 129 ~ 86.82%
G 16 of 129 ~ 12.4%
B 1 of 129 ~ 0.78%

%86.82
%12.4

CMYK color model

#701001 color CMYK value is (0,86,99,56).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 99.11%
  • key color value is 56.08%
CMYK:
(0,86,99,56)
C0M86Y99K56 
(0%,86%,99%,56%)
(0.00/0.86/0.99/0.56)	

CMYK percentages

%0
%85.71
%99.11
%56.08

Codes

Color #701001 in popluar color models

701001
RGB112161
HSL98.23%22.16%
HSB/HSV99.11%43.92%
CMYK0.00%85.71%99.11%
56.08%

Color #701001 in popluar number systems.

HEX701001
Decimal112161
Binary1110000100001
Octal160201

Shades and tints

Shades of #701001

#701001
(112,16,1)
#660F01
(102,15,1)
#5C0E01
(92,14,1)
#520D01
(82,13,1)
#480C01
(72,12,1)
#3E0B01
(62,11,1)
#340A01
(52,10,1)
#2A0901
(42,9,1)
#200801
(32,8,1)
#160701
(22,7,1)
#0C0601
(12,6,1)
#000000
(0,0,0)

Tints of #701001

#701001
(112,16,1)
#7D2518
(125,37,24)
#8A3A2F
(138,58,47)
#974F46
(151,79,70)
#A4645D
(164,100,93)
#B17974
(177,121,116)
#BE8E8B
(190,142,139)
#CBA3A2
(203,163,162)
#D8B8B9
(216,184,185)
#E5CDD0
(229,205,208)
#F2E2E7
(242,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701001 color. Also use rgb(112,16,1) instead hex code.

Text Font Color

.myTextColor { color: #701001; }

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

This text font color is #701001.


Background Color

.myBgColor { background-color: #701001; }

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

This div background color is #701001.


Border color

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

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

This div border color is #701001.


Opacity

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

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

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

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

This text has shadow with #701001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701001 on black background.


Color preview on white background

This text has color #701001 on white background.



Black color preview on #701001 background

This text has black color on #701001 background.


White color preview on #701001 background

This text has white color on #701001 background.