COLOR #721313

HEX: #721313
RGB: (114,19,19)

Color info

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

RGB color model

#721313 color RGB value is (114,19,19).

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

RGB channels and saturation

R 114 of 255 = 45%
G 19 of 255 = 7%
B 19 of 255 = 7%

114
19
19

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

Portions of RGB colors in percentages

R + G + B =
114 + 19 + 19 = 152 (100%)
R 114 of 152 ~ 75%
G 19 of 152 ~ 12.5%
B 19 of 152 ~ 12.5%

%75
%12.5
%12.5

CMYK color model

#721313 color CMYK value is (0,83,83,55).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 83.33%
  • key color value is 55.29%
CMYK:
(0,83,83,55)
C0M83Y83K55 
(0%,83%,83%,55%)
(0.00/0.83/0.83/0.55)	

CMYK percentages

%0
%83.33
%83.33
%55.29

Codes

Color #721313 in popluar color models

721313
RGB1141919
HSL71.43%26.08%
HSB/HSV83.33%44.71%
CMYK0.00%83.33%83.33%
55.29%

Color #721313 in popluar number systems.

HEX721313
Decimal1141919
Binary11100101001110011
Octal1622323

Shades and tints

Shades of #721313

#721313
(114,19,19)
#681212
(104,18,18)
#5E1111
(94,17,17)
#541010
(84,16,16)
#4A0F0F
(74,15,15)
#400E0E
(64,14,14)
#360D0D
(54,13,13)
#2C0C0C
(44,12,12)
#220B0B
(34,11,11)
#180A0A
(24,10,10)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #721313

#721313
(114,19,19)
#7E2828
(126,40,40)
#8A3D3D
(138,61,61)
#965252
(150,82,82)
#A26767
(162,103,103)
#AE7C7C
(174,124,124)
#BA9191
(186,145,145)
#C6A6A6
(198,166,166)
#D2BBBB
(210,187,187)
#DED0D0
(222,208,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721313; }

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

This text font color is #721313.


Background Color

.myBgColor { background-color: #721313; }

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

This div background color is #721313.


Border color

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

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

This div border color is #721313.


Opacity

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

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

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

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

This text has shadow with #721313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721313 on black background.


Color preview on white background

This text has color #721313 on white background.



Black color preview on #721313 background

This text has black color on #721313 background.


White color preview on #721313 background

This text has white color on #721313 background.