COLOR #72041D

HEX: #72041D
RGB: (114,4,29)

Color info

#72041D contains mainly red color. Web safe color of #72041D is #660033 (or #603).

RGB color model

#72041D color RGB value is (114,4,29).

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

RGB channels and saturation

R 114 of 255 = 45%
G 4 of 255 = 2%
B 29 of 255 = 11%

114
4
29

R + G + B ~ 19%. #72041D is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 4 + 29 = 147 (100%)
R 114 of 147 ~ 77.55%
G 4 of 147 ~ 2.72%
B 29 of 147 ~ 19.73%

%77.55
%19.73

CMYK color model

#72041D color CMYK value is (0,96,75,55).

  • cyan value is 0.00%
  • magenta value is 96.49%
  • yellow value is 74.56%
  • key color value is 55.29%
CMYK:
(0,96,75,55)
C0M96Y75K55 
(0%,96%,75%,55%)
(0.00/0.96/0.75/0.55)	

CMYK percentages

%0
%96.49
%74.56
%55.29

Codes

Color #72041D in popluar color models

72041D
RGB114429
HSL346°93.22%23.14%
HSB/HSV346°96.49%44.71%
CMYK0.00%96.49%74.56%
55.29%

Color #72041D in popluar number systems.

HEX72041D
Decimal114429
Binary111001010011101
Octal162435

Shades and tints

Shades of #72041D

#72041D
(114,4,29)
#68041B
(104,4,27)
#5E0419
(94,4,25)
#540417
(84,4,23)
#4A0415
(74,4,21)
#400413
(64,4,19)
#360411
(54,4,17)
#2C040F
(44,4,15)
#22040D
(34,4,13)
#18040B
(24,4,11)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #72041D

#72041D
(114,4,29)
#7E1A31
(126,26,49)
#8A3045
(138,48,69)
#964659
(150,70,89)
#A25C6D
(162,92,109)
#AE7281
(174,114,129)
#BA8895
(186,136,149)
#C69EA9
(198,158,169)
#D2B4BD
(210,180,189)
#DECAD1
(222,202,209)
#EAE0E5
(234,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72041D color. Also use rgb(114,4,29) instead hex code.

Text Font Color

.myTextColor { color: #72041D; }

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

This text font color is #72041D.


Background Color

.myBgColor { background-color: #72041D; }

<div style="background-color:#72041D">Inner text</div>

This div background color is #72041D.


Border color

.myBorderColor { border: 1px solid #72041D; }

<div style="border:3px solid #72041D">Div</div>

This div border color is #72041D.


Opacity

.myOpacity80 { color: #72041D; opacity: 0.8; }

<p style="color:#72041D;opacity:0.8;">80%</p>

Text with #72041D 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 #72041D;}

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

This text has shadow with #72041D color.

.textShadow {text-shadow: 3px 3px 1px #72041D, 3px 3px 1px red;}

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

This text has shadow with #72041D primary color and red secondary color.


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

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

This text has shadow with #72041D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72041D on black background.


Color preview on white background

This text has color #72041D on white background.



Black color preview on #72041D background

This text has black color on #72041D background.


White color preview on #72041D background

This text has white color on #72041D background.