COLOR #721C31

HEX: #721C31
RGB: (114,28,49)

Color info

#721C31 contains mainly red color. Web safe color of #721C31 is #663333 (or #633).

RGB color model

#721C31 color RGB value is (114,28,49).

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

RGB channels and saturation

R 114 of 255 = 45%
G 28 of 255 = 11%
B 49 of 255 = 19%

114
28
49

R + G + B ~ 25%. #721C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 28 + 49 = 191 (100%)
R 114 of 191 ~ 59.69%
G 28 of 191 ~ 14.66%
B 49 of 191 ~ 25.65%

%59.69
%14.66
%25.65

CMYK color model

#721C31 color CMYK value is (0,75,57,55).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(0,75,57,55)
C0M75Y57K55 
(0%,75%,57%,55%)
(0.00/0.75/0.57/0.55)	

CMYK percentages

%0
%75.44
%57.02
%55.29

Codes

Color #721C31 in popluar color models

721C31
RGB1142849
HSL345°60.56%27.84%
HSB/HSV345°75.44%44.71%
CMYK0.00%75.44%57.02%
55.29%

Color #721C31 in popluar number systems.

HEX721C31
Decimal1142849
Binary111001011100110001
Octal1623461

Shades and tints

Shades of #721C31

#721C31
(114,28,49)
#681A2D
(104,26,45)
#5E1829
(94,24,41)
#541625
(84,22,37)
#4A1421
(74,20,33)
#40121D
(64,18,29)
#361019
(54,16,25)
#2C0E15
(44,14,21)
#220C11
(34,12,17)
#180A0D
(24,10,13)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #721C31

#721C31
(114,28,49)
#7E3043
(126,48,67)
#8A4455
(138,68,85)
#965867
(150,88,103)
#A26C79
(162,108,121)
#AE808B
(174,128,139)
#BA949D
(186,148,157)
#C6A8AF
(198,168,175)
#D2BCC1
(210,188,193)
#DED0D3
(222,208,211)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721C31 color. Also use rgb(114,28,49) instead hex code.

Text Font Color

.myTextColor { color: #721C31; }

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

This text font color is #721C31.


Background Color

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

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

This div background color is #721C31.


Border color

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

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

This div border color is #721C31.


Opacity

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

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

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

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

This text has shadow with #721C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721C31 on black background.


Color preview on white background

This text has color #721C31 on white background.



Black color preview on #721C31 background

This text has black color on #721C31 background.


White color preview on #721C31 background

This text has white color on #721C31 background.