COLOR #721F48

HEX: #721F48
RGB: (114,31,72)

Color info

#721F48 contains mainly red and blue colors. Web safe color of #721F48 is #663333 (or #633).

RGB color model

#721F48 color RGB value is (114,31,72).

  • red value is 114;
  • green value is 31;
  • blue value is 72.
RGB:
(114,31,72)
(45%,12%,28%)

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 72 of 255 = 28%

114
31
72

R + G + B ~ 28%. #721F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 31 + 72 = 217 (100%)
R 114 of 217 ~ 52.53%
G 31 of 217 ~ 14.29%
B 72 of 217 ~ 33.18%

%52.53
%14.29
%33.18

CMYK color model

#721F48 color CMYK value is (0,73,37,55).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(0,73,37,55)
C0M73Y37K55 
(0%,73%,37%,55%)
(0.00/0.73/0.37/0.55)	

CMYK percentages

%0
%72.81
%36.84
%55.29

Codes

Color #721F48 in popluar color models

721F48
RGB1143172
HSL330°57.24%28.43%
HSB/HSV330°72.81%44.71%
CMYK0.00%72.81%36.84%
55.29%

Color #721F48 in popluar number systems.

HEX721F48
Decimal1143172
Binary1110010111111001000
Octal16237110

Shades and tints

Shades of #721F48

#721F48
(114,31,72)
#681D42
(104,29,66)
#5E1B3C
(94,27,60)
#541936
(84,25,54)
#4A1730
(74,23,48)
#40152A
(64,21,42)
#361324
(54,19,36)
#2C111E
(44,17,30)
#220F18
(34,15,24)
#180D12
(24,13,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #721F48

#721F48
(114,31,72)
#7E3358
(126,51,88)
#8A4768
(138,71,104)
#965B78
(150,91,120)
#A26F88
(162,111,136)
#AE8398
(174,131,152)
#BA97A8
(186,151,168)
#C6ABB8
(198,171,184)
#D2BFC8
(210,191,200)
#DED3D8
(222,211,216)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721F48 color. Also use rgb(114,31,72) instead hex code.

Text Font Color

.myTextColor { color: #721F48; }

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

This text font color is #721F48.


Background Color

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

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

This div background color is #721F48.


Border color

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

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

This div border color is #721F48.


Opacity

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

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

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

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

This text has shadow with #721F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721F48 on black background.


Color preview on white background

This text has color #721F48 on white background.



Black color preview on #721F48 background

This text has black color on #721F48 background.


White color preview on #721F48 background

This text has white color on #721F48 background.