COLOR #711922

HEX: #711922
RGB: (113,25,34)

Color info

#711922 contains mainly red color. Web safe color of #711922 is #660033 (or #603).

RGB color model

#711922 color RGB value is (113,25,34).

  • red value is 113;
  • green value is 25;
  • blue value is 34.
RGB:
(113,25,34)
(44%,10%,13%)

RGB channels and saturation

R 113 of 255 = 44%
G 25 of 255 = 10%
B 34 of 255 = 13%

113
25
34

R + G + B ~ 22%. #711922 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 25 + 34 = 172 (100%)
R 113 of 172 ~ 65.7%
G 25 of 172 ~ 14.53%
B 34 of 172 ~ 19.77%

%65.7
%14.53
%19.77

CMYK color model

#711922 color CMYK value is (0,78,70,56).

  • cyan value is 0.00%
  • magenta value is 77.88%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(0,78,70,56)
C0M78Y70K56 
(0%,78%,70%,56%)
(0.00/0.78/0.70/0.56)	

CMYK percentages

%0
%77.88
%69.91
%55.69

Codes

Color #711922 in popluar color models

711922
RGB1132534
HSL354°63.77%27.06%
HSB/HSV354°77.88%44.31%
CMYK0.00%77.88%69.91%
55.69%

Color #711922 in popluar number systems.

HEX711922
Decimal1132534
Binary111000111001100010
Octal1613142

Shades and tints

Shades of #711922

#711922
(113,25,34)
#67171F
(103,23,31)
#5D151C
(93,21,28)
#531319
(83,19,25)
#491116
(73,17,22)
#3F0F13
(63,15,19)
#350D10
(53,13,16)
#2B0B0D
(43,11,13)
#21090A
(33,9,10)
#170707
(23,7,7)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #711922

#711922
(113,25,34)
#7D2D36
(125,45,54)
#89414A
(137,65,74)
#95555E
(149,85,94)
#A16972
(161,105,114)
#AD7D86
(173,125,134)
#B9919A
(185,145,154)
#C5A5AE
(197,165,174)
#D1B9C2
(209,185,194)
#DDCDD6
(221,205,214)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711922; }

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

This text font color is #711922.


Background Color

.myBgColor { background-color: #711922; }

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

This div background color is #711922.


Border color

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

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

This div border color is #711922.


Opacity

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

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

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

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

This text has shadow with #711922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711922 on black background.


Color preview on white background

This text has color #711922 on white background.



Black color preview on #711922 background

This text has black color on #711922 background.


White color preview on #711922 background

This text has white color on #711922 background.