COLOR #73142D

HEX: #73142D
RGB: (115,20,45)

Color info

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

RGB color model

#73142D color RGB value is (115,20,45).

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

RGB channels and saturation

R 115 of 255 = 45%
G 20 of 255 = 8%
B 45 of 255 = 18%

115
20
45

R + G + B ~ 24%. #73142D is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 20 + 45 = 180 (100%)
R 115 of 180 ~ 63.89%
G 20 of 180 ~ 11.11%
B 45 of 180 ~ 25%

%63.89
%11.11
%25

CMYK color model

#73142D color CMYK value is (0,83,61,55).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 60.87%
  • key color value is 54.90%
CMYK:
(0,83,61,55)
C0M83Y61K55 
(0%,83%,61%,55%)
(0.00/0.83/0.61/0.55)	

CMYK percentages

%0
%82.61
%60.87
%54.9

Codes

Color #73142D in popluar color models

73142D
RGB1152045
HSL344°70.37%26.47%
HSB/HSV344°82.61%45.10%
CMYK0.00%82.61%60.87%
54.90%

Color #73142D in popluar number systems.

HEX73142D
Decimal1152045
Binary111001110100101101
Octal1632455

Shades and tints

Shades of #73142D

#73142D
(115,20,45)
#691329
(105,19,41)
#5F1225
(95,18,37)
#551121
(85,17,33)
#4B101D
(75,16,29)
#410F19
(65,15,25)
#370E15
(55,14,21)
#2D0D11
(45,13,17)
#230C0D
(35,12,13)
#190B09
(25,11,9)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #73142D

#73142D
(115,20,45)
#7F2940
(127,41,64)
#8B3E53
(139,62,83)
#975366
(151,83,102)
#A36879
(163,104,121)
#AF7D8C
(175,125,140)
#BB929F
(187,146,159)
#C7A7B2
(199,167,178)
#D3BCC5
(211,188,197)
#DFD1D8
(223,209,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73142D color. Also use rgb(115,20,45) instead hex code.

Text Font Color

.myTextColor { color: #73142D; }

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

This text font color is #73142D.


Background Color

.myBgColor { background-color: #73142D; }

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

This div background color is #73142D.


Border color

.myBorderColor { border: 1px solid #73142D; }

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

This div border color is #73142D.


Opacity

.myOpacity80 { color: #73142D; opacity: 0.8; }

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

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

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

This text has shadow with #73142D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73142D on black background.


Color preview on white background

This text has color #73142D on white background.



Black color preview on #73142D background

This text has black color on #73142D background.


White color preview on #73142D background

This text has white color on #73142D background.