COLOR #710909

HEX: #710909
RGB: (113,9,9)

Color info

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

RGB color model

#710909 color RGB value is (113,9,9).

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

RGB channels and saturation

R 113 of 255 = 44%
G 9 of 255 = 4%
B 9 of 255 = 4%

113
9
9

R + G + B ~ 17%. #710909 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 9 + 9 = 131 (100%)
R 113 of 131 ~ 86.26%
G 9 of 131 ~ 6.87%
B 9 of 131 ~ 6.87%

%86.26

CMYK color model

#710909 color CMYK value is (0,92,92,56).

  • cyan value is 0.00%
  • magenta value is 92.04%
  • yellow value is 92.04%
  • key color value is 55.69%
CMYK:
(0,92,92,56)
C0M92Y92K56 
(0%,92%,92%,56%)
(0.00/0.92/0.92/0.56)	

CMYK percentages

%0
%92.04
%92.04
%55.69

Codes

Color #710909 in popluar color models

710909
RGB11399
HSL85.25%23.92%
HSB/HSV92.04%44.31%
CMYK0.00%92.04%92.04%
55.69%

Color #710909 in popluar number systems.

HEX710909
Decimal11399
Binary111000110011001
Octal1611111

Shades and tints

Shades of #710909

#710909
(113,9,9)
#670909
(103,9,9)
#5D0909
(93,9,9)
#530909
(83,9,9)
#490909
(73,9,9)
#3F0909
(63,9,9)
#350909
(53,9,9)
#2B0909
(43,9,9)
#210909
(33,9,9)
#170909
(23,9,9)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #710909

#710909
(113,9,9)
#7D1F1F
(125,31,31)
#893535
(137,53,53)
#954B4B
(149,75,75)
#A16161
(161,97,97)
#AD7777
(173,119,119)
#B98D8D
(185,141,141)
#C5A3A3
(197,163,163)
#D1B9B9
(209,185,185)
#DDCFCF
(221,207,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710909; }

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

This text font color is #710909.


Background Color

.myBgColor { background-color: #710909; }

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

This div background color is #710909.


Border color

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

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

This div border color is #710909.


Opacity

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

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

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

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

This text has shadow with #710909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710909 on black background.


Color preview on white background

This text has color #710909 on white background.



Black color preview on #710909 background

This text has black color on #710909 background.


White color preview on #710909 background

This text has white color on #710909 background.