COLOR #73112B

HEX: #73112B
RGB: (115,17,43)

Color info

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

RGB color model

#73112B color RGB value is (115,17,43).

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

RGB channels and saturation

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

115
17
43

R + G + B ~ 23%. #73112B is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 17 + 43 = 175 (100%)
R 115 of 175 ~ 65.71%
G 17 of 175 ~ 9.71%
B 43 of 175 ~ 24.57%

%65.71
%9.71
%24.57

CMYK color model

#73112B color CMYK value is (0,85,63,55).

  • cyan value is 0.00%
  • magenta value is 85.22%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK:
(0,85,63,55)
C0M85Y63K55 
(0%,85%,63%,55%)
(0.00/0.85/0.63/0.55)	

CMYK percentages

%0
%85.22
%62.61
%54.9

Codes

Color #73112B in popluar color models

73112B
RGB1151743
HSL344°74.24%25.88%
HSB/HSV344°85.22%45.10%
CMYK0.00%85.22%62.61%
54.90%

Color #73112B in popluar number systems.

HEX73112B
Decimal1151743
Binary111001110001101011
Octal1632153

Shades and tints

Shades of #73112B

#73112B
(115,17,43)
#691028
(105,16,40)
#5F0F25
(95,15,37)
#550E22
(85,14,34)
#4B0D1F
(75,13,31)
#410C1C
(65,12,28)
#370B19
(55,11,25)
#2D0A16
(45,10,22)
#230913
(35,9,19)
#190810
(25,8,16)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #73112B

#73112B
(115,17,43)
#7F263E
(127,38,62)
#8B3B51
(139,59,81)
#975064
(151,80,100)
#A36577
(163,101,119)
#AF7A8A
(175,122,138)
#BB8F9D
(187,143,157)
#C7A4B0
(199,164,176)
#D3B9C3
(211,185,195)
#DFCED6
(223,206,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73112B; }

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

This text font color is #73112B.


Background Color

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

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

This div background color is #73112B.


Border color

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

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

This div border color is #73112B.


Opacity

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

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

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

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

This text has shadow with #73112B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73112B on black background.


Color preview on white background

This text has color #73112B on white background.



Black color preview on #73112B background

This text has black color on #73112B background.


White color preview on #73112B background

This text has white color on #73112B background.