COLOR #71252D

HEX: #71252D
RGB: (113,37,45)

Color info

#71252D contains mainly red color. Web safe color of #71252D is #663333 (or #633).

RGB color model

#71252D color RGB value is (113,37,45).

  • red value is 113;
  • green value is 37;
  • blue value is 45.
RGB:
(113,37,45)
(44%,15%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 45 of 255 = 18%

113
37
45

R + G + B ~ 26%. #71252D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 45 = 195 (100%)
R 113 of 195 ~ 57.95%
G 37 of 195 ~ 18.97%
B 45 of 195 ~ 23.08%

%57.95
%18.97
%23.08

CMYK color model

#71252D color CMYK value is (0,67,60,56).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(0,67,60,56)
C0M67Y60K56 
(0%,67%,60%,56%)
(0.00/0.67/0.60/0.56)	

CMYK percentages

%0
%67.26
%60.18
%55.69

Codes

Color #71252D in popluar color models

71252D
RGB1133745
HSL354°50.67%29.41%
HSB/HSV354°67.26%44.31%
CMYK0.00%67.26%60.18%
55.69%

Color #71252D in popluar number systems.

HEX71252D
Decimal1133745
Binary1110001100101101101
Octal1614555

Shades and tints

Shades of #71252D

#71252D
(113,37,45)
#672229
(103,34,41)
#5D1F25
(93,31,37)
#531C21
(83,28,33)
#49191D
(73,25,29)
#3F1619
(63,22,25)
#351315
(53,19,21)
#2B1011
(43,16,17)
#210D0D
(33,13,13)
#170A09
(23,10,9)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #71252D

#71252D
(113,37,45)
#7D3840
(125,56,64)
#894B53
(137,75,83)
#955E66
(149,94,102)
#A17179
(161,113,121)
#AD848C
(173,132,140)
#B9979F
(185,151,159)
#C5AAB2
(197,170,178)
#D1BDC5
(209,189,197)
#DDD0D8
(221,208,216)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71252D color. Also use rgb(113,37,45) instead hex code.

Text Font Color

.myTextColor { color: #71252D; }

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

This text font color is #71252D.


Background Color

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

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

This div background color is #71252D.


Border color

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

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

This div border color is #71252D.


Opacity

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

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

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

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

This text has shadow with #71252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71252D on black background.


Color preview on white background

This text has color #71252D on white background.



Black color preview on #71252D background

This text has black color on #71252D background.


White color preview on #71252D background

This text has white color on #71252D background.