COLOR #731112

HEX: #731112
RGB: (115,17,18)

Color info

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

RGB color model

#731112 color RGB value is (115,17,18).

  • red value is 115;
  • green value is 17;
  • blue value is 18.
RGB:
(115,17,18)
(45%,7%,7%)

RGB channels and saturation

R 115 of 255 = 45%
G 17 of 255 = 7%
B 18 of 255 = 7%

115
17
18

R + G + B ~ 20%. #731112 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 17 + 18 = 150 (100%)
R 115 of 150 ~ 76.67%
G 17 of 150 ~ 11.33%
B 18 of 150 ~ 12%

%76.67
%11.33
%12

CMYK color model

#731112 color CMYK value is (0,85,84,55).

  • cyan value is 0.00%
  • magenta value is 85.22%
  • yellow value is 84.35%
  • key color value is 54.90%
CMYK:
(0,85,84,55)
C0M85Y84K55 
(0%,85%,84%,55%)
(0.00/0.85/0.84/0.55)	

CMYK percentages

%0
%85.22
%84.35
%54.9

Codes

Color #731112 in popluar color models

731112
RGB1151718
HSL359°74.24%25.88%
HSB/HSV359°85.22%45.10%
CMYK0.00%85.22%84.35%
54.90%

Color #731112 in popluar number systems.

HEX731112
Decimal1151718
Binary11100111000110010
Octal1632122

Shades and tints

Shades of #731112

#731112
(115,17,18)
#691011
(105,16,17)
#5F0F10
(95,15,16)
#550E0F
(85,14,15)
#4B0D0E
(75,13,14)
#410C0D
(65,12,13)
#370B0C
(55,11,12)
#2D0A0B
(45,10,11)
#23090A
(35,9,10)
#190809
(25,8,9)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #731112

#731112
(115,17,18)
#7F2627
(127,38,39)
#8B3B3C
(139,59,60)
#975051
(151,80,81)
#A36566
(163,101,102)
#AF7A7B
(175,122,123)
#BB8F90
(187,143,144)
#C7A4A5
(199,164,165)
#D3B9BA
(211,185,186)
#DFCECF
(223,206,207)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731112 color. Also use rgb(115,17,18) instead hex code.

Text Font Color

.myTextColor { color: #731112; }

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

This text font color is #731112.


Background Color

.myBgColor { background-color: #731112; }

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

This div background color is #731112.


Border color

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

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

This div border color is #731112.


Opacity

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

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

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

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

This text has shadow with #731112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731112 on black background.


Color preview on white background

This text has color #731112 on white background.



Black color preview on #731112 background

This text has black color on #731112 background.


White color preview on #731112 background

This text has white color on #731112 background.