COLOR #89176D

HEX: #89176D
RGB: (137,23,109)

Color info

#89176D contains mainly red and blue colors. Web safe color of #89176D is #990066 (or #906).

RGB color model

#89176D color RGB value is (137,23,109).

  • red value is 137;
  • green value is 23;
  • blue value is 109.
RGB:
(137,23,109)
(54%,9%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 23 of 255 = 9%
B 109 of 255 = 43%

137
23
109

R + G + B ~ 35%. #89176D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 23 + 109 = 269 (100%)
R 137 of 269 ~ 50.93%
G 23 of 269 ~ 8.55%
B 109 of 269 ~ 40.52%

%50.93
%40.52

CMYK color model

#89176D color CMYK value is (0,83,20,46).

  • cyan value is 0.00%
  • magenta value is 83.21%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,83,20,46)
C0M83Y20K46 
(0%,83%,20%,46%)
(0.00/0.83/0.20/0.46)	

CMYK percentages

%0
%83.21
%20.44
%46.27

Codes

Color #89176D in popluar color models

89176D
RGB13723109
HSL315°71.25%31.37%
HSB/HSV315°83.21%53.73%
CMYK0.00%83.21%20.44%
46.27%

Color #89176D in popluar number systems.

HEX89176D
Decimal13723109
Binary10001001101111101101
Octal21127155

Shades and tints

Shades of #89176D

#89176D
(137,23,109)
#7D1564
(125,21,100)
#71135B
(113,19,91)
#651152
(101,17,82)
#590F49
(89,15,73)
#4D0D40
(77,13,64)
#410B37
(65,11,55)
#35092E
(53,9,46)
#290725
(41,7,37)
#1D051C
(29,5,28)
#110313
(17,3,19)
#000000
(0,0,0)

Tints of #89176D

#89176D
(137,23,109)
#932C7A
(147,44,122)
#9D4187
(157,65,135)
#A75694
(167,86,148)
#B16BA1
(177,107,161)
#BB80AE
(187,128,174)
#C595BB
(197,149,187)
#CFAAC8
(207,170,200)
#D9BFD5
(217,191,213)
#E3D4E2
(227,212,226)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89176D color. Also use rgb(137,23,109) instead hex code.

Text Font Color

.myTextColor { color: #89176D; }

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

This text font color is #89176D.


Background Color

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

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

This div background color is #89176D.


Border color

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

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

This div border color is #89176D.


Opacity

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

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

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

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

This text has shadow with #89176D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89176D on black background.


Color preview on white background

This text has color #89176D on white background.



Black color preview on #89176D background

This text has black color on #89176D background.


White color preview on #89176D background

This text has white color on #89176D background.