COLOR #71210C

HEX: #71210C RGB: (113,33,12)

Color info

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

RGB color model

#71210C color RGB value is (113,33,12).

RGB: (113,33,12) (44%, 13%, 5%)

RGB channels and saturation

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

113
33
12

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

Portions of RGB colors in percentages

R + G + B = 113 + 33 + 12 = 158 (100%)
R 113 of 158 ~ 71.52%
G 33 of 158 ~ 20.89%
B 12 of 158 ~ 7.59'%

%71.52
%20.89

CMYK color model

#71210C color CMYK value is (0,71,89,56).

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

CMYK: (0,71,89,56)
C0M71Y89K56 (0%, 71%, 89%, 56%)
(0.00 / 0.71 / 0.89 / 0.56)

CMYK percentages

%0
%70.8
%89.38
%55.69

Codes

Color #71210C in popluar color models

71 21 0C
RGB 113 33 12
HSL 12° 80.80% 24.51%
HSB/HSV 12° 89.38% 44.31%
CMYK 0.00% 70.80% 89.38%
55.69%

Color #71210C in popluar number systems.

HEX 71 21 0C
Decimal 113 33 12
Binary 1110001 100001 1100
Octal 161 41 14

Shades and tints

Shades of #71210C

#71210C
(113,33,12)
#671E0B
(103,30,11)
#5D1B0A
(93,27,10)
#531809
(83,24,9)
#491508
(73,21,8)
#3F1207
(63,18,7)
#350F06
(53,15,6)
#2B0C05
(43,12,5)
#210904
(33,9,4)
#170603
(23,6,3)
#0D0302
(13,3,2)
#000000
(0,0,0)

Tints of #71210C

#71210C
(113,33,12)
#7D3522
(125,53,34)
#894938
(137,73,56)
#955D4E
(149,93,78)
#A17164
(161,113,100)
#AD857A
(173,133,122)
#B99990
(185,153,144)
#C5ADA6
(197,173,166)
#D1C1BC
(209,193,188)
#DDD5D2
(221,213,210)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71210C; }

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

This text font color is #71210C.

Background Color

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

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

This div background color is #71210C.

Border color

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

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

This div border color is #71210C.

Opacity

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

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

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

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

This text has shadow with #71210C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71210C.

Preview

Color preview on black background

This text has color #71210C on black background.


Color preview on white background

This text has color #71210C on white background.


Black color preview on #71210C background

This text has black color on #71210C background.


White color preview on #71210C background

This text has white color on #71210C background.


Related colors

Complementary color

Complementary color for #hex is #8EDEF3.


I love getcolorcode.com

Triadic colors

1 #0C7121 and #210C71 with #71210C are triadic colors.

2 #0C2171 and #21710C with #71210C are triadic colors.