COLOR #721909

HEX: #721909 RGB: (114,25,9)

Color info

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

RGB color model

#721909 color RGB value is (114,25,9).

RGB: (114,25,9) (45%, 10%, 4%)

RGB channels and saturation

R 114 of 255 = 45%
G 25 of 255 = 10%
B 9 of 255 = 4%

114
25
9

R + G + B ~ 20%. #721909 is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 25 + 9 = 148 (100%)
R 114 of 148 ~ 77.03%
G 25 of 148 ~ 16.89%
B 9 of 148 ~ 6.08'%

%77.03
%16.89

CMYK color model

#721909 color CMYK value is (0,78,92,55).

  • cyan value is 0.00%
  • magenta value is 78.07%
  • yellow value is 92.11%
  • key color value is 55.29%

CMYK: (0,78,92,55)
C0M78Y92K55 (0%, 78%, 92%, 55%)
(0.00 / 0.78 / 0.92 / 0.55)

CMYK percentages

%0
%78.07
%92.11
%55.29

Codes

Color #721909 in popluar color models

72 19 09
RGB 114 25 9
HSL 85.37% 24.12%
HSB/HSV 92.11% 44.71%
CMYK 0.00% 78.07% 92.11%
55.29%

Color #721909 in popluar number systems.

HEX 72 19 09
Decimal 114 25 9
Binary 1110010 11001 1001
Octal 162 31 11

Shades and tints

Shades of #721909

#721909
(114,25,9)
#681709
(104,23,9)
#5E1509
(94,21,9)
#541309
(84,19,9)
#4A1109
(74,17,9)
#400F09
(64,15,9)
#360D09
(54,13,9)
#2C0B09
(44,11,9)
#220909
(34,9,9)
#180709
(24,7,9)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #721909

#721909
(114,25,9)
#7E2D1F
(126,45,31)
#8A4135
(138,65,53)
#96554B
(150,85,75)
#A26961
(162,105,97)
#AE7D77
(174,125,119)
#BA918D
(186,145,141)
#C6A5A3
(198,165,163)
#D2B9B9
(210,185,185)
#DECDCF
(222,205,207)
#EAE1E5
(234,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721909 color. Also use rgb(114,25,9) instead hex code.

Text Font Color

.myTextColor { color: #721909; }

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

This text font color is #721909.

Background Color

.myBgColor { background-color: #721909; }

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

This div background color is #721909.

Border color

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

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

This div border color is #721909.

Opacity

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

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

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

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

This text has shadow with #721909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #721909.

Preview

Color preview on black background

This text has color #721909 on black background.


Color preview on white background

This text has color #721909 on white background.


Black color preview on #721909 background

This text has black color on #721909 background.


White color preview on #721909 background

This text has white color on #721909 background.


Related colors

Complementary color

Complementary color for #hex is #8DE6F6.


I love getcolorcode.com

Triadic colors

1 #097219 and #190972 with #721909 are triadic colors.

2 #091972 and #197209 with #721909 are triadic colors.