COLOR #721B49

HEX: #721B49
RGB: (114,27,73)

Color info

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

RGB color model

#721B49 color RGB value is (114,27,73).

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

RGB channels and saturation

R 114 of 255 = 45%
G 27 of 255 = 11%
B 73 of 255 = 29%

114
27
73

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

Portions of RGB colors in percentages

R + G + B =
114 + 27 + 73 = 214 (100%)
R 114 of 214 ~ 53.27%
G 27 of 214 ~ 12.62%
B 73 of 214 ~ 34.11%

%53.27
%12.62
%34.11

CMYK color model

#721B49 color CMYK value is (0,76,36,55).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(0,76,36,55)
C0M76Y36K55 
(0%,76%,36%,55%)
(0.00/0.76/0.36/0.55)	

CMYK percentages

%0
%76.32
%35.96
%55.29

Codes

Color #721B49 in popluar color models

721B49
RGB1142773
HSL328°61.70%27.65%
HSB/HSV328°76.32%44.71%
CMYK0.00%76.32%35.96%
55.29%

Color #721B49 in popluar number systems.

HEX721B49
Decimal1142773
Binary1110010110111001001
Octal16233111

Shades and tints

Shades of #721B49

#721B49
(114,27,73)
#681943
(104,25,67)
#5E173D
(94,23,61)
#541537
(84,21,55)
#4A1331
(74,19,49)
#40112B
(64,17,43)
#360F25
(54,15,37)
#2C0D1F
(44,13,31)
#220B19
(34,11,25)
#180913
(24,9,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #721B49

#721B49
(114,27,73)
#7E2F59
(126,47,89)
#8A4369
(138,67,105)
#965779
(150,87,121)
#A26B89
(162,107,137)
#AE7F99
(174,127,153)
#BA93A9
(186,147,169)
#C6A7B9
(198,167,185)
#D2BBC9
(210,187,201)
#DECFD9
(222,207,217)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721B49 color. Also use rgb(114,27,73) instead hex code.

Text Font Color

.myTextColor { color: #721B49; }

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

This text font color is #721B49.


Background Color

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

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

This div background color is #721B49.


Border color

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

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

This div border color is #721B49.


Opacity

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

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

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

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

This text has shadow with #721B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721B49 on black background.


Color preview on white background

This text has color #721B49 on white background.



Black color preview on #721B49 background

This text has black color on #721B49 background.


White color preview on #721B49 background

This text has white color on #721B49 background.