COLOR #721402

HEX: #721402
RGB: (114,20,2)

Color info

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

RGB color model

#721402 color RGB value is (114,20,2).

  • red value is 114;
  • green value is 20;
  • blue value is 2.
RGB:
(114,20,2)
(45%,8%,1%)

RGB channels and saturation

R 114 of 255 = 45%
G 20 of 255 = 8%
B 2 of 255 = 1%

114
20
2

R + G + B ~ 18%. #721402 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 20 + 2 = 136 (100%)
R 114 of 136 ~ 83.82%
G 20 of 136 ~ 14.71%
B 2 of 136 ~ 1.47%

%83.82
%14.71

CMYK color model

#721402 color CMYK value is (0,82,98,55).

  • cyan value is 0.00%
  • magenta value is 82.46%
  • yellow value is 98.25%
  • key color value is 55.29%
CMYK:
(0,82,98,55)
C0M82Y98K55 
(0%,82%,98%,55%)
(0.00/0.82/0.98/0.55)	

CMYK percentages

%0
%82.46
%98.25
%55.29

Codes

Color #721402 in popluar color models

721402
RGB114202
HSL10°96.55%22.75%
HSB/HSV10°98.25%44.71%
CMYK0.00%82.46%98.25%
55.29%

Color #721402 in popluar number systems.

HEX721402
Decimal114202
Binary11100101010010
Octal162242

Shades and tints

Shades of #721402

#721402
(114,20,2)
#681302
(104,19,2)
#5E1202
(94,18,2)
#541102
(84,17,2)
#4A1002
(74,16,2)
#400F02
(64,15,2)
#360E02
(54,14,2)
#2C0D02
(44,13,2)
#220C02
(34,12,2)
#180B02
(24,11,2)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #721402

#721402
(114,20,2)
#7E2919
(126,41,25)
#8A3E30
(138,62,48)
#965347
(150,83,71)
#A2685E
(162,104,94)
#AE7D75
(174,125,117)
#BA928C
(186,146,140)
#C6A7A3
(198,167,163)
#D2BCBA
(210,188,186)
#DED1D1
(222,209,209)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721402 color. Also use rgb(114,20,2) instead hex code.

Text Font Color

.myTextColor { color: #721402; }

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

This text font color is #721402.


Background Color

.myBgColor { background-color: #721402; }

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

This div background color is #721402.


Border color

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

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

This div border color is #721402.


Opacity

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

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

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

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

This text has shadow with #721402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721402 on black background.


Color preview on white background

This text has color #721402 on white background.



Black color preview on #721402 background

This text has black color on #721402 background.


White color preview on #721402 background

This text has white color on #721402 background.