COLOR #721D36

HEX: #721D36
RGB: (114,29,54)

Color info

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

RGB color model

#721D36 color RGB value is (114,29,54).

  • red value is 114;
  • green value is 29;
  • blue value is 54.
RGB:
(114,29,54)
(45%,11%,21%)

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 54 of 255 = 21%

114
29
54

R + G + B ~ 26%. #721D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 29 + 54 = 197 (100%)
R 114 of 197 ~ 57.87%
G 29 of 197 ~ 14.72%
B 54 of 197 ~ 27.41%

%57.87
%14.72
%27.41

CMYK color model

#721D36 color CMYK value is (0,75,53,55).

  • cyan value is 0.00%
  • magenta value is 74.56%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(0,75,53,55)
C0M75Y53K55 
(0%,75%,53%,55%)
(0.00/0.75/0.53/0.55)	

CMYK percentages

%0
%74.56
%52.63
%55.29

Codes

Color #721D36 in popluar color models

721D36
RGB1142954
HSL342°59.44%28.04%
HSB/HSV342°74.56%44.71%
CMYK0.00%74.56%52.63%
55.29%

Color #721D36 in popluar number systems.

HEX721D36
Decimal1142954
Binary111001011101110110
Octal1623566

Shades and tints

Shades of #721D36

#721D36
(114,29,54)
#681B32
(104,27,50)
#5E192E
(94,25,46)
#54172A
(84,23,42)
#4A1526
(74,21,38)
#401322
(64,19,34)
#36111E
(54,17,30)
#2C0F1A
(44,15,26)
#220D16
(34,13,22)
#180B12
(24,11,18)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #721D36

#721D36
(114,29,54)
#7E3148
(126,49,72)
#8A455A
(138,69,90)
#96596C
(150,89,108)
#A26D7E
(162,109,126)
#AE8190
(174,129,144)
#BA95A2
(186,149,162)
#C6A9B4
(198,169,180)
#D2BDC6
(210,189,198)
#DED1D8
(222,209,216)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721D36 color. Also use rgb(114,29,54) instead hex code.

Text Font Color

.myTextColor { color: #721D36; }

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

This text font color is #721D36.


Background Color

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

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

This div background color is #721D36.


Border color

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

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

This div border color is #721D36.


Opacity

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

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

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

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

This text has shadow with #721D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721D36 on black background.


Color preview on white background

This text has color #721D36 on white background.



Black color preview on #721D36 background

This text has black color on #721D36 background.


White color preview on #721D36 background

This text has white color on #721D36 background.