COLOR #712125

HEX: #712125 RGB: (113,33,37)

Color info

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

RGB color model

#712125 color RGB value is (113,33,37).

RGB: (113,33,37) (44%, 13%, 15%)

RGB channels and saturation

R 113 of 255 = 44%
G 33 of 255 = 13%
B 37 of 255 = 15%

113
33
37

R + G + B ~ 24%. #712125 is dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 33 + 37 = 183 (100%)
R 113 of 183 ~ 61.75%
G 33 of 183 ~ 18.03%
B 37 of 183 ~ 20.22'%

%61.75
%18.03
%20.22

CMYK color model

#712125 color CMYK value is (0,71,67,56).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 67.26%
  • key color value is 55.69%

CMYK: (0,71,67,56)
C0M71Y67K56 (0%, 71%, 67%, 56%)
(0.00 / 0.71 / 0.67 / 0.56)

CMYK percentages

%0
%70.8
%67.26
%55.69

Codes

Color #712125 in popluar color models

71 21 25
RGB 113 33 37
HSL 357° 54.79% 28.63%
HSB/HSV 357° 70.80% 44.31%
CMYK 0.00% 70.80% 67.26%
55.69%

Color #712125 in popluar number systems.

HEX 71 21 25
Decimal 113 33 37
Binary 1110001 100001 100101
Octal 161 41 45

Shades and tints

Shades of #712125

#712125
(113,33,37)
#671E22
(103,30,34)
#5D1B1F
(93,27,31)
#53181C
(83,24,28)
#491519
(73,21,25)
#3F1216
(63,18,22)
#350F13
(53,15,19)
#2B0C10
(43,12,16)
#21090D
(33,9,13)
#17060A
(23,6,10)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #712125

#712125
(113,33,37)
#7D3538
(125,53,56)
#89494B
(137,73,75)
#955D5E
(149,93,94)
#A17171
(161,113,113)
#AD8584
(173,133,132)
#B99997
(185,153,151)
#C5ADAA
(197,173,170)
#D1C1BD
(209,193,189)
#DDD5D0
(221,213,208)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712125; }

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

This text font color is #712125.

Background Color

.myBgColor { background-color: #712125; }

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

This div background color is #712125.

Border color

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

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

This div border color is #712125.

Opacity

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

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

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

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

This text has shadow with #712125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712125.

Preview

Color preview on black background

This text has color #712125 on black background.


Color preview on white background

This text has color #712125 on white background.


Black color preview on #712125 background

This text has black color on #712125 background.


White color preview on #712125 background

This text has white color on #712125 background.


Related colors

Complementary color

Complementary color for #hex is #8EDEDA.


I love getcolorcode.com

Triadic colors

1 #257121 and #212571 with #712125 are triadic colors.

2 #252171 and #217125 with #712125 are triadic colors.