COLOR #71200C

HEX: #71200C
RGB: (113,32,12)

Color info

#71200C contains mainly red color. Web safe color of #71200C is #663300 (or #630).

RGB color model

#71200C color RGB value is (113,32,12).

  • red value is 113;
  • green value is 32;
  • blue value is 12.
RGB:
(113,32,12)
(44%,13%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 32 of 255 = 13%
B 12 of 255 = 5%

113
32
12

R + G + B ~ 21%. #71200C is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 32 + 12 = 157 (100%)
R 113 of 157 ~ 71.97%
G 32 of 157 ~ 20.38%
B 12 of 157 ~ 7.64%

%71.97
%20.38

CMYK color model

#71200C color CMYK value is (0,72,89,56).

  • cyan value is 0.00%
  • magenta value is 71.68%
  • yellow value is 89.38%
  • key color value is 55.69%
CMYK:
(0,72,89,56)
C0M72Y89K56 
(0%,72%,89%,56%)
(0.00/0.72/0.89/0.56)	

CMYK percentages

%0
%71.68
%89.38
%55.69

Codes

Color #71200C in popluar color models

71200C
RGB1133212
HSL12°80.80%24.51%
HSB/HSV12°89.38%44.31%
CMYK0.00%71.68%89.38%
55.69%

Color #71200C in popluar number systems.

HEX71200C
Decimal1133212
Binary11100011000001100
Octal1614014

Shades and tints

Shades of #71200C

#71200C
(113,32,12)
#671E0B
(103,30,11)
#5D1C0A
(93,28,10)
#531A09
(83,26,9)
#491808
(73,24,8)
#3F1607
(63,22,7)
#351406
(53,20,6)
#2B1205
(43,18,5)
#211004
(33,16,4)
#170E03
(23,14,3)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #71200C

#71200C
(113,32,12)
#7D3422
(125,52,34)
#894838
(137,72,56)
#955C4E
(149,92,78)
#A17064
(161,112,100)
#AD847A
(173,132,122)
#B99890
(185,152,144)
#C5ACA6
(197,172,166)
#D1C0BC
(209,192,188)
#DDD4D2
(221,212,210)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71200C color. Also use rgb(113,32,12) instead hex code.

Text Font Color

.myTextColor { color: #71200C; }

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

This text font color is #71200C.


Background Color

.myBgColor { background-color: #71200C; }

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

This div background color is #71200C.


Border color

.myBorderColor { border: 1px solid #71200C; }

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

This div border color is #71200C.


Opacity

.myOpacity80 { color: #71200C; opacity: 0.8; }

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

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

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

This text has shadow with #71200C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71200C on black background.


Color preview on white background

This text has color #71200C on white background.



Black color preview on #71200C background

This text has black color on #71200C background.


White color preview on #71200C background

This text has white color on #71200C background.