COLOR #701228

HEX: #701228
RGB: (112,18,40)

Color info

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

RGB color model

#701228 color RGB value is (112,18,40).

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

RGB channels and saturation

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

112
18
40

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

Portions of RGB colors in percentages

R + G + B =
112 + 18 + 40 = 170 (100%)
R 112 of 170 ~ 65.88%
G 18 of 170 ~ 10.59%
B 40 of 170 ~ 23.53%

%65.88
%10.59
%23.53

CMYK color model

#701228 color CMYK value is (0,84,64,56).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 64.29%
  • key color value is 56.08%
CMYK:
(0,84,64,56)
C0M84Y64K56 
(0%,84%,64%,56%)
(0.00/0.84/0.64/0.56)	

CMYK percentages

%0
%83.93
%64.29
%56.08

Codes

Color #701228 in popluar color models

701228
RGB1121840
HSL346°72.31%25.49%
HSB/HSV346°83.93%43.92%
CMYK0.00%83.93%64.29%
56.08%

Color #701228 in popluar number systems.

HEX701228
Decimal1121840
Binary111000010010101000
Octal1602250

Shades and tints

Shades of #701228

#701228
(112,18,40)
#661125
(102,17,37)
#5C1022
(92,16,34)
#520F1F
(82,15,31)
#480E1C
(72,14,28)
#3E0D19
(62,13,25)
#340C16
(52,12,22)
#2A0B13
(42,11,19)
#200A10
(32,10,16)
#16090D
(22,9,13)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #701228

#701228
(112,18,40)
#7D273B
(125,39,59)
#8A3C4E
(138,60,78)
#975161
(151,81,97)
#A46674
(164,102,116)
#B17B87
(177,123,135)
#BE909A
(190,144,154)
#CBA5AD
(203,165,173)
#D8BAC0
(216,186,192)
#E5CFD3
(229,207,211)
#F2E4E6
(242,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #701228; }

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

This text font color is #701228.


Background Color

.myBgColor { background-color: #701228; }

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

This div background color is #701228.


Border color

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

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

This div border color is #701228.


Opacity

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

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

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

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

This text has shadow with #701228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701228 on black background.


Color preview on white background

This text has color #701228 on white background.



Black color preview on #701228 background

This text has black color on #701228 background.


White color preview on #701228 background

This text has white color on #701228 background.