COLOR #731214

HEX: #731214
RGB: (115,18,20)

Color info

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

RGB color model

#731214 color RGB value is (115,18,20).

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

RGB channels and saturation

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

115
18
20

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

Portions of RGB colors in percentages

R + G + B =
115 + 18 + 20 = 153 (100%)
R 115 of 153 ~ 75.16%
G 18 of 153 ~ 11.76%
B 20 of 153 ~ 13.07%

%75.16
%11.76
%13.07

CMYK color model

#731214 color CMYK value is (0,84,83,55).

  • cyan value is 0.00%
  • magenta value is 84.35%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(0,84,83,55)
C0M84Y83K55 
(0%,84%,83%,55%)
(0.00/0.84/0.83/0.55)	

CMYK percentages

%0
%84.35
%82.61
%54.9

Codes

Color #731214 in popluar color models

731214
RGB1151820
HSL359°72.93%26.08%
HSB/HSV359°84.35%45.10%
CMYK0.00%84.35%82.61%
54.90%

Color #731214 in popluar number systems.

HEX731214
Decimal1151820
Binary11100111001010100
Octal1632224

Shades and tints

Shades of #731214

#731214
(115,18,20)
#691113
(105,17,19)
#5F1012
(95,16,18)
#550F11
(85,15,17)
#4B0E10
(75,14,16)
#410D0F
(65,13,15)
#370C0E
(55,12,14)
#2D0B0D
(45,11,13)
#230A0C
(35,10,12)
#19090B
(25,9,11)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #731214

#731214
(115,18,20)
#7F2729
(127,39,41)
#8B3C3E
(139,60,62)
#975153
(151,81,83)
#A36668
(163,102,104)
#AF7B7D
(175,123,125)
#BB9092
(187,144,146)
#C7A5A7
(199,165,167)
#D3BABC
(211,186,188)
#DFCFD1
(223,207,209)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731214; }

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

This text font color is #731214.


Background Color

.myBgColor { background-color: #731214; }

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

This div background color is #731214.


Border color

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

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

This div border color is #731214.


Opacity

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

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

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

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

This text has shadow with #731214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731214 on black background.


Color preview on white background

This text has color #731214 on white background.



Black color preview on #731214 background

This text has black color on #731214 background.


White color preview on #731214 background

This text has white color on #731214 background.