COLOR #720A22

HEX: #720A22
RGB: (114,10,34)

Color info

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

RGB color model

#720A22 color RGB value is (114,10,34).

  • red value is 114;
  • green value is 10;
  • blue value is 34.
RGB:
(114,10,34)
(45%,4%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 10 of 255 = 4%
B 34 of 255 = 13%

114
10
34

R + G + B ~ 21%. #720A22 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 10 + 34 = 158 (100%)
R 114 of 158 ~ 72.15%
G 10 of 158 ~ 6.33%
B 34 of 158 ~ 21.52%

%72.15
%21.52

CMYK color model

#720A22 color CMYK value is (0,91,70,55).

  • cyan value is 0.00%
  • magenta value is 91.23%
  • yellow value is 70.18%
  • key color value is 55.29%
CMYK:
(0,91,70,55)
C0M91Y70K55 
(0%,91%,70%,55%)
(0.00/0.91/0.70/0.55)	

CMYK percentages

%0
%91.23
%70.18
%55.29

Codes

Color #720A22 in popluar color models

720A22
RGB1141034
HSL346°83.87%24.31%
HSB/HSV346°91.23%44.71%
CMYK0.00%91.23%70.18%
55.29%

Color #720A22 in popluar number systems.

HEX720A22
Decimal1141034
Binary11100101010100010
Octal1621242

Shades and tints

Shades of #720A22

#720A22
(114,10,34)
#680A1F
(104,10,31)
#5E0A1C
(94,10,28)
#540A19
(84,10,25)
#4A0A16
(74,10,22)
#400A13
(64,10,19)
#360A10
(54,10,16)
#2C0A0D
(44,10,13)
#220A0A
(34,10,10)
#180A07
(24,10,7)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #720A22

#720A22
(114,10,34)
#7E2036
(126,32,54)
#8A364A
(138,54,74)
#964C5E
(150,76,94)
#A26272
(162,98,114)
#AE7886
(174,120,134)
#BA8E9A
(186,142,154)
#C6A4AE
(198,164,174)
#D2BAC2
(210,186,194)
#DED0D6
(222,208,214)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720A22 color. Also use rgb(114,10,34) instead hex code.

Text Font Color

.myTextColor { color: #720A22; }

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

This text font color is #720A22.


Background Color

.myBgColor { background-color: #720A22; }

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

This div background color is #720A22.


Border color

.myBorderColor { border: 1px solid #720A22; }

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

This div border color is #720A22.


Opacity

.myOpacity80 { color: #720A22; opacity: 0.8; }

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

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

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

This text has shadow with #720A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720A22 on black background.


Color preview on white background

This text has color #720A22 on white background.



Black color preview on #720A22 background

This text has black color on #720A22 background.


White color preview on #720A22 background

This text has white color on #720A22 background.