COLOR #72001F

HEX: #72001F
RGB: (114,0,31)

Color info

#72001F contains mainly red color. Web safe color of #72001F is #660033 (or #603).

RGB color model

#72001F color RGB value is (114,0,31).

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

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 31 of 255 = 12%

114
0
31

R + G + B ~ 19%. #72001F is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 0 + 31 = 145 (100%)
R 114 of 145 ~ 78.62%
G 0 of 145 ~ 0%
B 31 of 145 ~ 21.38%

%78.62
%21.38

CMYK color model

#72001F color CMYK value is (0,100,73,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 72.81%
  • key color value is 55.29%
CMYK:
(0,100,73,55)
C0M100Y73K55 
(0%,100%,73%,55%)
(0.00/1.00/0.73/0.55)	

CMYK percentages

%0
%100
%72.81
%55.29

Codes

Color #72001F in popluar color models

72001F
RGB114031
HSL344°100.00%22.35%
HSB/HSV344°100.00%44.71%
CMYK0.00%100.00%72.81%
55.29%

Color #72001F in popluar number systems.

HEX72001F
Decimal114031
Binary1110010011111
Octal162037

Shades and tints

Shades of #72001F

#72001F
(114,0,31)
#68001D
(104,0,29)
#5E001B
(94,0,27)
#540019
(84,0,25)
#4A0017
(74,0,23)
#400015
(64,0,21)
#360013
(54,0,19)
#2C0011
(44,0,17)
#22000F
(34,0,15)
#18000D
(24,0,13)
#0E000B
(14,0,11)
#000000
(0,0,0)

Tints of #72001F

#72001F
(114,0,31)
#7E1733
(126,23,51)
#8A2E47
(138,46,71)
#96455B
(150,69,91)
#A25C6F
(162,92,111)
#AE7383
(174,115,131)
#BA8A97
(186,138,151)
#C6A1AB
(198,161,171)
#D2B8BF
(210,184,191)
#DECFD3
(222,207,211)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72001F color. Also use rgb(114,0,31) instead hex code.

Text Font Color

.myTextColor { color: #72001F; }

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

This text font color is #72001F.


Background Color

.myBgColor { background-color: #72001F; }

<div style="background-color:#72001F">Inner text</div>

This div background color is #72001F.


Border color

.myBorderColor { border: 1px solid #72001F; }

<div style="border:3px solid #72001F">Div</div>

This div border color is #72001F.


Opacity

.myOpacity80 { color: #72001F; opacity: 0.8; }

<p style="color:#72001F;opacity:0.8;">80%</p>

Text with #72001F 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 #72001F;}

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

This text has shadow with #72001F color.

.textShadow {text-shadow: 3px 3px 1px #72001F, 3px 3px 1px red;}

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

This text has shadow with #72001F primary color and red secondary color.


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

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

This text has shadow with #72001F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72001F on black background.


Color preview on white background

This text has color #72001F on white background.



Black color preview on #72001F background

This text has black color on #72001F background.


White color preview on #72001F background

This text has white color on #72001F background.