COLOR #720F28

HEX: #720F28 RGB: (114,15,40)

Color info

#720F28 contains mainly red color. Web safe color of #720F28 is #660033 (or #603).

RGB color model

#720F28 color RGB value is (114,15,40).

RGB: (114,15,40) (45%, 6%, 16%)

RGB channels and saturation

R 114 of 255 = 45%
G 15 of 255 = 6%
B 40 of 255 = 16%

114
15
40

R + G + B ~ 22%. #720F28 is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 15 + 40 = 169 (100%)
R 114 of 169 ~ 67.46%
G 15 of 169 ~ 8.88%
B 40 of 169 ~ 23.67'%

%67.46
%23.67

CMYK color model

#720F28 color CMYK value is (0,87,65,55).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 64.91%
  • key color value is 55.29%

CMYK: (0,87,65,55)
C0M87Y65K55 (0%, 87%, 65%, 55%)
(0.00 / 0.87 / 0.65 / 0.55)

CMYK percentages

%0
%86.84
%64.91
%55.29

Codes

Color #720F28 in popluar color models

72 0F 28
RGB 114 15 40
HSL 345° 76.74% 25.29%
HSB/HSV 345° 86.84% 44.71%
CMYK 0.00% 86.84% 64.91%
55.29%

Color #720F28 in popluar number systems.

HEX 72 0F 28
Decimal 114 15 40
Binary 1110010 1111 101000
Octal 162 17 50

Shades and tints

Shades of #720F28

#720F28
(114,15,40)
#680E25
(104,14,37)
#5E0D22
(94,13,34)
#540C1F
(84,12,31)
#4A0B1C
(74,11,28)
#400A19
(64,10,25)
#360916
(54,9,22)
#2C0813
(44,8,19)
#220710
(34,7,16)
#18060D
(24,6,13)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #720F28

#720F28
(114,15,40)
#7E243B
(126,36,59)
#8A394E
(138,57,78)
#964E61
(150,78,97)
#A26374
(162,99,116)
#AE7887
(174,120,135)
#BA8D9A
(186,141,154)
#C6A2AD
(198,162,173)
#D2B7C0
(210,183,192)
#DECCD3
(222,204,211)
#EAE1E6
(234,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720F28 color. Also use rgb(114,15,40) instead hex code.

Text Font Color

.myTextColor { color: #720F28; }

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

This text font color is #720F28.

Background Color

.myBgColor { background-color: #720F28; }

<div style="background-color:#720F28">Inner text</div>

This div background color is #720F28.

Border color

.myBorderColor { border: 1px solid #720F28; }

<div style="border:3px solid #720F28">Div</div>

This div border color is #720F28.

Opacity

.myOpacity80 { color: #720F28; opacity: 0.8; }

<p style="color:#720F28;opacity:0.8;">80%</p>

Text with #720F28 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 #720F28;}

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

This text has shadow with #720F28 color.


.textShadow {text-shadow: 3px 3px 1px #720F28', 3px 3px 1px red;}

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

This text has shadow with #720F28 primary color and red secondary color.


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

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

This text has shadow with #720F28 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #720F28; -webkit-box-shadow: 1px 1px 3px 2px #720F28; box-shadow:1px 1px 3px 2px #720F28;">
Div content here
</div>

This div box has shadow with color #720F28.

Preview

Color preview on black background

This text has color #720F28 on black background.


Color preview on white background

This text has color #720F28 on white background.


Black color preview on #720F28 background

This text has black color on #720F28 background.


White color preview on #720F28 background

This text has white color on #720F28 background.


Related colors

Complementary color

Complementary color for #hex is #8DF0D7.


I love getcolorcode.com

Triadic colors

1 #28720F and #0F2872 with #720F28 are triadic colors.

2 #280F72 and #0F7228 with #720F28 are triadic colors.