COLOR #721120

HEX: #721120
RGB: (114,17,32)

Color info

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

RGB color model

#721120 color RGB value is (114,17,32).

  • red value is 114;
  • green value is 17;
  • blue value is 32.
RGB:
(114,17,32)
(45%,7%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 17 of 255 = 7%
B 32 of 255 = 13%

114
17
32

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

Portions of RGB colors in percentages

R + G + B =
114 + 17 + 32 = 163 (100%)
R 114 of 163 ~ 69.94%
G 17 of 163 ~ 10.43%
B 32 of 163 ~ 19.63%

%69.94
%10.43
%19.63

CMYK color model

#721120 color CMYK value is (0,85,72,55).

  • cyan value is 0.00%
  • magenta value is 85.09%
  • yellow value is 71.93%
  • key color value is 55.29%
CMYK:
(0,85,72,55)
C0M85Y72K55 
(0%,85%,72%,55%)
(0.00/0.85/0.72/0.55)	

CMYK percentages

%0
%85.09
%71.93
%55.29

Codes

Color #721120 in popluar color models

721120
RGB1141732
HSL351°74.05%25.69%
HSB/HSV351°85.09%44.71%
CMYK0.00%85.09%71.93%
55.29%

Color #721120 in popluar number systems.

HEX721120
Decimal1141732
Binary111001010001100000
Octal1622140

Shades and tints

Shades of #721120

#721120
(114,17,32)
#68101E
(104,16,30)
#5E0F1C
(94,15,28)
#540E1A
(84,14,26)
#4A0D18
(74,13,24)
#400C16
(64,12,22)
#360B14
(54,11,20)
#2C0A12
(44,10,18)
#220910
(34,9,16)
#18080E
(24,8,14)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #721120

#721120
(114,17,32)
#7E2634
(126,38,52)
#8A3B48
(138,59,72)
#96505C
(150,80,92)
#A26570
(162,101,112)
#AE7A84
(174,122,132)
#BA8F98
(186,143,152)
#C6A4AC
(198,164,172)
#D2B9C0
(210,185,192)
#DECED4
(222,206,212)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721120 color. Also use rgb(114,17,32) instead hex code.

Text Font Color

.myTextColor { color: #721120; }

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

This text font color is #721120.


Background Color

.myBgColor { background-color: #721120; }

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

This div background color is #721120.


Border color

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

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

This div border color is #721120.


Opacity

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

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

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

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

This text has shadow with #721120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721120 on black background.


Color preview on white background

This text has color #721120 on white background.



Black color preview on #721120 background

This text has black color on #721120 background.


White color preview on #721120 background

This text has white color on #721120 background.