COLOR #89000F

HEX: #89000F
RGB: (137,0,15)

Color info

#89000F contains mainly red color. Web safe color of #89000F is #990000 (or #900).

RGB color model

#89000F color RGB value is (137,0,15).

  • red value is 137;
  • green value is 0;
  • blue value is 15.
RGB:
(137,0,15)
(54%,0%,6%)

RGB channels and saturation

R 137 of 255 = 54%
G 0 of 255 = 0%
B 15 of 255 = 6%

137
0
15

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

Portions of RGB colors in percentages

R + G + B =
137 + 0 + 15 = 152 (100%)
R 137 of 152 ~ 90.13%
G 0 of 152 ~ 0%
B 15 of 152 ~ 9.87%

%90.13
%9.87

CMYK color model

#89000F color CMYK value is (0,100,89,46).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 89.05%
  • key color value is 46.27%
CMYK:
(0,100,89,46)
C0M100Y89K46 
(0%,100%,89%,46%)
(0.00/1.00/0.89/0.46)	

CMYK percentages

%0
%100
%89.05
%46.27

Codes

Color #89000F in popluar color models

89000F
RGB137015
HSL353°100.00%26.86%
HSB/HSV353°100.00%53.73%
CMYK0.00%100.00%89.05%
46.27%

Color #89000F in popluar number systems.

HEX89000F
Decimal137015
Binary1000100101111
Octal211017

Shades and tints

Shades of #89000F

#89000F
(137,0,15)
#7D000E
(125,0,14)
#71000D
(113,0,13)
#65000C
(101,0,12)
#59000B
(89,0,11)
#4D000A
(77,0,10)
#410009
(65,0,9)
#350008
(53,0,8)
#290007
(41,0,7)
#1D0006
(29,0,6)
#110005
(17,0,5)
#000000
(0,0,0)

Tints of #89000F

#89000F
(137,0,15)
#931724
(147,23,36)
#9D2E39
(157,46,57)
#A7454E
(167,69,78)
#B15C63
(177,92,99)
#BB7378
(187,115,120)
#C58A8D
(197,138,141)
#CFA1A2
(207,161,162)
#D9B8B7
(217,184,183)
#E3CFCC
(227,207,204)
#EDE6E1
(237,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89000F color. Also use rgb(137,0,15) instead hex code.

Text Font Color

.myTextColor { color: #89000F; }

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

This text font color is #89000F.


Background Color

.myBgColor { background-color: #89000F; }

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

This div background color is #89000F.


Border color

.myBorderColor { border: 1px solid #89000F; }

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

This div border color is #89000F.


Opacity

.myOpacity80 { color: #89000F; opacity: 0.8; }

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

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

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

This text has shadow with #89000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89000F on black background.


Color preview on white background

This text has color #89000F on white background.



Black color preview on #89000F background

This text has black color on #89000F background.


White color preview on #89000F background

This text has white color on #89000F background.