COLOR #73143A

HEX: #73143A
RGB: (115,20,58)

Color info

#73143A contains mainly red and blue colors. Web safe color of #73143A is #660033 (or #603).

RGB color model

#73143A color RGB value is (115,20,58).

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

RGB channels and saturation

R 115 of 255 = 45%
G 20 of 255 = 8%
B 58 of 255 = 23%

115
20
58

R + G + B ~ 25%. #73143A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 20 + 58 = 193 (100%)
R 115 of 193 ~ 59.59%
G 20 of 193 ~ 10.36%
B 58 of 193 ~ 30.05%

%59.59
%10.36
%30.05

CMYK color model

#73143A color CMYK value is (0,83,50,55).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 49.57%
  • key color value is 54.90%
CMYK:
(0,83,50,55)
C0M83Y50K55 
(0%,83%,50%,55%)
(0.00/0.83/0.50/0.55)	

CMYK percentages

%0
%82.61
%49.57
%54.9

Codes

Color #73143A in popluar color models

73143A
RGB1152058
HSL336°70.37%26.47%
HSB/HSV336°82.61%45.10%
CMYK0.00%82.61%49.57%
54.90%

Color #73143A in popluar number systems.

HEX73143A
Decimal1152058
Binary111001110100111010
Octal1632472

Shades and tints

Shades of #73143A

#73143A
(115,20,58)
#691335
(105,19,53)
#5F1230
(95,18,48)
#55112B
(85,17,43)
#4B1026
(75,16,38)
#410F21
(65,15,33)
#370E1C
(55,14,28)
#2D0D17
(45,13,23)
#230C12
(35,12,18)
#190B0D
(25,11,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #73143A

#73143A
(115,20,58)
#7F294B
(127,41,75)
#8B3E5C
(139,62,92)
#97536D
(151,83,109)
#A3687E
(163,104,126)
#AF7D8F
(175,125,143)
#BB92A0
(187,146,160)
#C7A7B1
(199,167,177)
#D3BCC2
(211,188,194)
#DFD1D3
(223,209,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73143A color. Also use rgb(115,20,58) instead hex code.

Text Font Color

.myTextColor { color: #73143A; }

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

This text font color is #73143A.


Background Color

.myBgColor { background-color: #73143A; }

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

This div background color is #73143A.


Border color

.myBorderColor { border: 1px solid #73143A; }

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

This div border color is #73143A.


Opacity

.myOpacity80 { color: #73143A; opacity: 0.8; }

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

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

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

This text has shadow with #73143A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73143A on black background.


Color preview on white background

This text has color #73143A on white background.



Black color preview on #73143A background

This text has black color on #73143A background.


White color preview on #73143A background

This text has white color on #73143A background.