COLOR #721825

HEX: #721825
RGB: (114,24,37)

Color info

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

RGB color model

#721825 color RGB value is (114,24,37).

  • red value is 114;
  • green value is 24;
  • blue value is 37.
RGB:
(114,24,37)
(45%,9%,15%)

RGB channels and saturation

R 114 of 255 = 45%
G 24 of 255 = 9%
B 37 of 255 = 15%

114
24
37

R + G + B ~ 23%. #721825 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 24 + 37 = 175 (100%)
R 114 of 175 ~ 65.14%
G 24 of 175 ~ 13.71%
B 37 of 175 ~ 21.14%

%65.14
%13.71
%21.14

CMYK color model

#721825 color CMYK value is (0,79,68,55).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 67.54%
  • key color value is 55.29%
CMYK:
(0,79,68,55)
C0M79Y68K55 
(0%,79%,68%,55%)
(0.00/0.79/0.68/0.55)	

CMYK percentages

%0
%78.95
%67.54
%55.29

Codes

Color #721825 in popluar color models

721825
RGB1142437
HSL351°65.22%27.06%
HSB/HSV351°78.95%44.71%
CMYK0.00%78.95%67.54%
55.29%

Color #721825 in popluar number systems.

HEX721825
Decimal1142437
Binary111001011000100101
Octal1623045

Shades and tints

Shades of #721825

#721825
(114,24,37)
#681622
(104,22,34)
#5E141F
(94,20,31)
#54121C
(84,18,28)
#4A1019
(74,16,25)
#400E16
(64,14,22)
#360C13
(54,12,19)
#2C0A10
(44,10,16)
#22080D
(34,8,13)
#18060A
(24,6,10)
#0E0407
(14,4,7)
#000000
(0,0,0)

Tints of #721825

#721825
(114,24,37)
#7E2D38
(126,45,56)
#8A424B
(138,66,75)
#96575E
(150,87,94)
#A26C71
(162,108,113)
#AE8184
(174,129,132)
#BA9697
(186,150,151)
#C6ABAA
(198,171,170)
#D2C0BD
(210,192,189)
#DED5D0
(222,213,208)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721825 color. Also use rgb(114,24,37) instead hex code.

Text Font Color

.myTextColor { color: #721825; }

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

This text font color is #721825.


Background Color

.myBgColor { background-color: #721825; }

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

This div background color is #721825.


Border color

.myBorderColor { border: 1px solid #721825; }

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

This div border color is #721825.


Opacity

.myOpacity80 { color: #721825; opacity: 0.8; }

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

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

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

This text has shadow with #721825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721825 on black background.


Color preview on white background

This text has color #721825 on white background.



Black color preview on #721825 background

This text has black color on #721825 background.


White color preview on #721825 background

This text has white color on #721825 background.