COLOR #721C41

HEX: #721C41
RGB: (114,28,65)

Color info

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

RGB color model

#721C41 color RGB value is (114,28,65).

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

RGB channels and saturation

R 114 of 255 = 45%
G 28 of 255 = 11%
B 65 of 255 = 25%

114
28
65

R + G + B ~ 27%. #721C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 28 + 65 = 207 (100%)
R 114 of 207 ~ 55.07%
G 28 of 207 ~ 13.53%
B 65 of 207 ~ 31.4%

%55.07
%13.53
%31.4

CMYK color model

#721C41 color CMYK value is (0,75,43,55).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(0,75,43,55)
C0M75Y43K55 
(0%,75%,43%,55%)
(0.00/0.75/0.43/0.55)	

CMYK percentages

%0
%75.44
%42.98
%55.29

Codes

Color #721C41 in popluar color models

721C41
RGB1142865
HSL334°60.56%27.84%
HSB/HSV334°75.44%44.71%
CMYK0.00%75.44%42.98%
55.29%

Color #721C41 in popluar number systems.

HEX721C41
Decimal1142865
Binary1110010111001000001
Octal16234101

Shades and tints

Shades of #721C41

#721C41
(114,28,65)
#681A3C
(104,26,60)
#5E1837
(94,24,55)
#541632
(84,22,50)
#4A142D
(74,20,45)
#401228
(64,18,40)
#361023
(54,16,35)
#2C0E1E
(44,14,30)
#220C19
(34,12,25)
#180A14
(24,10,20)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #721C41

#721C41
(114,28,65)
#7E3052
(126,48,82)
#8A4463
(138,68,99)
#965874
(150,88,116)
#A26C85
(162,108,133)
#AE8096
(174,128,150)
#BA94A7
(186,148,167)
#C6A8B8
(198,168,184)
#D2BCC9
(210,188,201)
#DED0DA
(222,208,218)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721C41; }

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

This text font color is #721C41.


Background Color

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

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

This div background color is #721C41.


Border color

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

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

This div border color is #721C41.


Opacity

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

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

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

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

This text has shadow with #721C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721C41 on black background.


Color preview on white background

This text has color #721C41 on white background.



Black color preview on #721C41 background

This text has black color on #721C41 background.


White color preview on #721C41 background

This text has white color on #721C41 background.