COLOR #731009

HEX: #731009
RGB: (115,16,9)

Color info

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

RGB color model

#731009 color RGB value is (115,16,9).

  • red value is 115;
  • green value is 16;
  • blue value is 9.
RGB:
(115,16,9)
(45%,6%,4%)

RGB channels and saturation

R 115 of 255 = 45%
G 16 of 255 = 6%
B 9 of 255 = 4%

115
16
9

R + G + B ~ 18%. #731009 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 16 + 9 = 140 (100%)
R 115 of 140 ~ 82.14%
G 16 of 140 ~ 11.43%
B 9 of 140 ~ 6.43%

%82.14
%11.43

CMYK color model

#731009 color CMYK value is (0,86,92,55).

  • cyan value is 0.00%
  • magenta value is 86.09%
  • yellow value is 92.17%
  • key color value is 54.90%
CMYK:
(0,86,92,55)
C0M86Y92K55 
(0%,86%,92%,55%)
(0.00/0.86/0.92/0.55)	

CMYK percentages

%0
%86.09
%92.17
%54.9

Codes

Color #731009 in popluar color models

731009
RGB115169
HSL85.48%24.31%
HSB/HSV92.17%45.10%
CMYK0.00%86.09%92.17%
54.90%

Color #731009 in popluar number systems.

HEX731009
Decimal115169
Binary1110011100001001
Octal1632011

Shades and tints

Shades of #731009

#731009
(115,16,9)
#690F09
(105,15,9)
#5F0E09
(95,14,9)
#550D09
(85,13,9)
#4B0C09
(75,12,9)
#410B09
(65,11,9)
#370A09
(55,10,9)
#2D0909
(45,9,9)
#230809
(35,8,9)
#190709
(25,7,9)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #731009

#731009
(115,16,9)
#7F251F
(127,37,31)
#8B3A35
(139,58,53)
#974F4B
(151,79,75)
#A36461
(163,100,97)
#AF7977
(175,121,119)
#BB8E8D
(187,142,141)
#C7A3A3
(199,163,163)
#D3B8B9
(211,184,185)
#DFCDCF
(223,205,207)
#EBE2E5
(235,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731009 color. Also use rgb(115,16,9) instead hex code.

Text Font Color

.myTextColor { color: #731009; }

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

This text font color is #731009.


Background Color

.myBgColor { background-color: #731009; }

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

This div background color is #731009.


Border color

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

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

This div border color is #731009.


Opacity

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

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

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

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

This text has shadow with #731009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731009 on black background.


Color preview on white background

This text has color #731009 on white background.



Black color preview on #731009 background

This text has black color on #731009 background.


White color preview on #731009 background

This text has white color on #731009 background.