COLOR #721E16

HEX: #721E16 RGB: (114,30,22)

Color info

#721E16 contains mainly red color. Web safe color of #721E16 is #663300 (or #630).

RGB color model

#721E16 color RGB value is (114,30,22).

RGB: (114,30,22) (45%, 12%, 9%)

RGB channels and saturation

R 114 of 255 = 45%
G 30 of 255 = 12%
B 22 of 255 = 9%

114
30
22

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

Portions of RGB colors in percentages

R + G + B = 114 + 30 + 22 = 166 (100%)
R 114 of 166 ~ 68.67%
G 30 of 166 ~ 18.07%
B 22 of 166 ~ 13.25'%

%68.67
%18.07
%13.25

CMYK color model

#721E16 color CMYK value is (0,74,81,55).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 80.70%
  • key color value is 55.29%

CMYK: (0,74,81,55)
C0M74Y81K55 (0%, 74%, 81%, 55%)
(0.00 / 0.74 / 0.81 / 0.55)

CMYK percentages

%0
%73.68
%80.7
%55.29

Codes

Color #721E16 in popluar color models

72 1E 16
RGB 114 30 22
HSL 67.65% 26.67%
HSB/HSV 80.70% 44.71%
CMYK 0.00% 73.68% 80.70%
55.29%

Color #721E16 in popluar number systems.

HEX 72 1E 16
Decimal 114 30 22
Binary 1110010 11110 10110
Octal 162 36 26

Shades and tints

Shades of #721E16

#721E16
(114,30,22)
#681C14
(104,28,20)
#5E1A12
(94,26,18)
#541810
(84,24,16)
#4A160E
(74,22,14)
#40140C
(64,20,12)
#36120A
(54,18,10)
#2C1008
(44,16,8)
#220E06
(34,14,6)
#180C04
(24,12,4)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #721E16

#721E16
(114,30,22)
#7E322B
(126,50,43)
#8A4640
(138,70,64)
#965A55
(150,90,85)
#A26E6A
(162,110,106)
#AE827F
(174,130,127)
#BA9694
(186,150,148)
#C6AAA9
(198,170,169)
#D2BEBE
(210,190,190)
#DED2D3
(222,210,211)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721E16 color. Also use rgb(114,30,22) instead hex code.

Text Font Color

.myTextColor { color: #721E16; }

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

This text font color is #721E16.

Background Color

.myBgColor { background-color: #721E16; }

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

This div background color is #721E16.

Border color

.myBorderColor { border: 1px solid #721E16; }

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

This div border color is #721E16.

Opacity

.myOpacity80 { color: #721E16; opacity: 0.8; }

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

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

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

This text has shadow with #721E16 color.


.textShadow {text-shadow: 3px 3px 1px #721E16', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #721E16; -webkit-box-shadow: 1px 1px 3px 2px #721E16; box-shadow:1px 1px 3px 2px #721E16;">
Div content here
</div>

This div box has shadow with color #721E16.

Preview

Color preview on black background

This text has color #721E16 on black background.


Color preview on white background

This text has color #721E16 on white background.


Black color preview on #721E16 background

This text has black color on #721E16 background.


White color preview on #721E16 background

This text has white color on #721E16 background.


Related colors

Complementary color

Complementary color for #hex is #8DE1E9.


I love getcolorcode.com

Triadic colors

1 #16721E and #1E1672 with #721E16 are triadic colors.

2 #161E72 and #1E7216 with #721E16 are triadic colors.