COLOR #701128

HEX: #701128
RGB: (112,17,40)

Color info

#701128 contains mainly red color. Web safe color of #701128 is #660033 (or #603).

RGB color model

#701128 color RGB value is (112,17,40).

  • red value is 112;
  • green value is 17;
  • blue value is 40.
RGB:
(112,17,40)
(44%,7%,16%)

RGB channels and saturation

R 112 of 255 = 44%
G 17 of 255 = 7%
B 40 of 255 = 16%

112
17
40

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

Portions of RGB colors in percentages

R + G + B =
112 + 17 + 40 = 169 (100%)
R 112 of 169 ~ 66.27%
G 17 of 169 ~ 10.06%
B 40 of 169 ~ 23.67%

%66.27
%10.06
%23.67

CMYK color model

#701128 color CMYK value is (0,85,64,56).

  • cyan value is 0.00%
  • magenta value is 84.82%
  • yellow value is 64.29%
  • key color value is 56.08%
CMYK:
(0,85,64,56)
C0M85Y64K56 
(0%,85%,64%,56%)
(0.00/0.85/0.64/0.56)	

CMYK percentages

%0
%84.82
%64.29
%56.08

Codes

Color #701128 in popluar color models

701128
RGB1121740
HSL345°73.64%25.29%
HSB/HSV345°84.82%43.92%
CMYK0.00%84.82%64.29%
56.08%

Color #701128 in popluar number systems.

HEX701128
Decimal1121740
Binary111000010001101000
Octal1602150

Shades and tints

Shades of #701128

#701128
(112,17,40)
#661025
(102,16,37)
#5C0F22
(92,15,34)
#520E1F
(82,14,31)
#480D1C
(72,13,28)
#3E0C19
(62,12,25)
#340B16
(52,11,22)
#2A0A13
(42,10,19)
#200910
(32,9,16)
#16080D
(22,8,13)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #701128

#701128
(112,17,40)
#7D263B
(125,38,59)
#8A3B4E
(138,59,78)
#975061
(151,80,97)
#A46574
(164,101,116)
#B17A87
(177,122,135)
#BE8F9A
(190,143,154)
#CBA4AD
(203,164,173)
#D8B9C0
(216,185,192)
#E5CED3
(229,206,211)
#F2E3E6
(242,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701128; }

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

This text font color is #701128.


Background Color

.myBgColor { background-color: #701128; }

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

This div background color is #701128.


Border color

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

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

This div border color is #701128.


Opacity

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

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

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

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

This text has shadow with #701128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701128 on black background.


Color preview on white background

This text has color #701128 on white background.



Black color preview on #701128 background

This text has black color on #701128 background.


White color preview on #701128 background

This text has white color on #701128 background.