COLOR #721A2A

HEX: #721A2A
RGB: (114,26,42)

Color info

#721A2A contains mainly red color. Web safe color of #721A2A is #660033 (or #603).

RGB color model

#721A2A color RGB value is (114,26,42).

  • red value is 114;
  • green value is 26;
  • blue value is 42.
RGB:
(114,26,42)
(45%,10%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 26 of 255 = 10%
B 42 of 255 = 16%

114
26
42

R + G + B ~ 24%. #721A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 26 + 42 = 182 (100%)
R 114 of 182 ~ 62.64%
G 26 of 182 ~ 14.29%
B 42 of 182 ~ 23.08%

%62.64
%14.29
%23.08

CMYK color model

#721A2A color CMYK value is (0,77,63,55).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 63.16%
  • key color value is 55.29%
CMYK:
(0,77,63,55)
C0M77Y63K55 
(0%,77%,63%,55%)
(0.00/0.77/0.63/0.55)	

CMYK percentages

%0
%77.19
%63.16
%55.29

Codes

Color #721A2A in popluar color models

721A2A
RGB1142642
HSL349°62.86%27.45%
HSB/HSV349°77.19%44.71%
CMYK0.00%77.19%63.16%
55.29%

Color #721A2A in popluar number systems.

HEX721A2A
Decimal1142642
Binary111001011010101010
Octal1623252

Shades and tints

Shades of #721A2A

#721A2A
(114,26,42)
#681827
(104,24,39)
#5E1624
(94,22,36)
#541421
(84,20,33)
#4A121E
(74,18,30)
#40101B
(64,16,27)
#360E18
(54,14,24)
#2C0C15
(44,12,21)
#220A12
(34,10,18)
#18080F
(24,8,15)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #721A2A

#721A2A
(114,26,42)
#7E2E3D
(126,46,61)
#8A4250
(138,66,80)
#965663
(150,86,99)
#A26A76
(162,106,118)
#AE7E89
(174,126,137)
#BA929C
(186,146,156)
#C6A6AF
(198,166,175)
#D2BAC2
(210,186,194)
#DECED5
(222,206,213)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721A2A color. Also use rgb(114,26,42) instead hex code.

Text Font Color

.myTextColor { color: #721A2A; }

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

This text font color is #721A2A.


Background Color

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

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

This div background color is #721A2A.


Border color

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

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

This div border color is #721A2A.


Opacity

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

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

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

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

This text has shadow with #721A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721A2A on black background.


Color preview on white background

This text has color #721A2A on white background.



Black color preview on #721A2A background

This text has black color on #721A2A background.


White color preview on #721A2A background

This text has white color on #721A2A background.