COLOR #71110B

HEX: #71110B
RGB: (113,17,11)

Color info

#71110B contains mainly red color. Web safe color of #71110B is #660000 (or #600).

RGB color model

#71110B color RGB value is (113,17,11).

  • red value is 113;
  • green value is 17;
  • blue value is 11.
RGB:
(113,17,11)
(44%,7%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 17 of 255 = 7%
B 11 of 255 = 4%

113
17
11

R + G + B ~ 18%. #71110B is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 17 + 11 = 141 (100%)
R 113 of 141 ~ 80.14%
G 17 of 141 ~ 12.06%
B 11 of 141 ~ 7.8%

%80.14
%12.06

CMYK color model

#71110B color CMYK value is (0,85,90,56).

  • cyan value is 0.00%
  • magenta value is 84.96%
  • yellow value is 90.27%
  • key color value is 55.69%
CMYK:
(0,85,90,56)
C0M85Y90K56 
(0%,85%,90%,56%)
(0.00/0.85/0.90/0.56)	

CMYK percentages

%0
%84.96
%90.27
%55.69

Codes

Color #71110B in popluar color models

71110B
RGB1131711
HSL82.26%24.31%
HSB/HSV90.27%44.31%
CMYK0.00%84.96%90.27%
55.69%

Color #71110B in popluar number systems.

HEX71110B
Decimal1131711
Binary1110001100011011
Octal1612113

Shades and tints

Shades of #71110B

#71110B
(113,17,11)
#67100A
(103,16,10)
#5D0F09
(93,15,9)
#530E08
(83,14,8)
#490D07
(73,13,7)
#3F0C06
(63,12,6)
#350B05
(53,11,5)
#2B0A04
(43,10,4)
#210903
(33,9,3)
#170802
(23,8,2)
#0D0701
(13,7,1)
#000000
(0,0,0)

Tints of #71110B

#71110B
(113,17,11)
#7D2621
(125,38,33)
#893B37
(137,59,55)
#95504D
(149,80,77)
#A16563
(161,101,99)
#AD7A79
(173,122,121)
#B98F8F
(185,143,143)
#C5A4A5
(197,164,165)
#D1B9BB
(209,185,187)
#DDCED1
(221,206,209)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71110B color. Also use rgb(113,17,11) instead hex code.

Text Font Color

.myTextColor { color: #71110B; }

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

This text font color is #71110B.


Background Color

.myBgColor { background-color: #71110B; }

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

This div background color is #71110B.


Border color

.myBorderColor { border: 1px solid #71110B; }

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

This div border color is #71110B.


Opacity

.myOpacity80 { color: #71110B; opacity: 0.8; }

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

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

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

This text has shadow with #71110B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71110B on black background.


Color preview on white background

This text has color #71110B on white background.



Black color preview on #71110B background

This text has black color on #71110B background.


White color preview on #71110B background

This text has white color on #71110B background.