COLOR #890E41

HEX: #890E41
RGB: (137,14,65)

Color info

#890E41 contains mainly red color. Web safe color of #890E41 is #990033 (or #903).

RGB color model

#890E41 color RGB value is (137,14,65).

  • red value is 137;
  • green value is 14;
  • blue value is 65.
RGB:
(137,14,65)
(54%,5%,25%)

RGB channels and saturation

R 137 of 255 = 54%
G 14 of 255 = 5%
B 65 of 255 = 25%

137
14
65

R + G + B ~ 28%. #890E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 14 + 65 = 216 (100%)
R 137 of 216 ~ 63.43%
G 14 of 216 ~ 6.48%
B 65 of 216 ~ 30.09%

%63.43
%30.09

CMYK color model

#890E41 color CMYK value is (0,90,53,46).

  • cyan value is 0.00%
  • magenta value is 89.78%
  • yellow value is 52.55%
  • key color value is 46.27%
CMYK:
(0,90,53,46)
C0M90Y53K46 
(0%,90%,53%,46%)
(0.00/0.90/0.53/0.46)	

CMYK percentages

%0
%89.78
%52.55
%46.27

Codes

Color #890E41 in popluar color models

890E41
RGB1371465
HSL335°81.46%29.61%
HSB/HSV335°89.78%53.73%
CMYK0.00%89.78%52.55%
46.27%

Color #890E41 in popluar number systems.

HEX890E41
Decimal1371465
Binary1000100111101000001
Octal21116101

Shades and tints

Shades of #890E41

#890E41
(137,14,65)
#7D0D3C
(125,13,60)
#710C37
(113,12,55)
#650B32
(101,11,50)
#590A2D
(89,10,45)
#4D0928
(77,9,40)
#410823
(65,8,35)
#35071E
(53,7,30)
#290619
(41,6,25)
#1D0514
(29,5,20)
#11040F
(17,4,15)
#000000
(0,0,0)

Tints of #890E41

#890E41
(137,14,65)
#932352
(147,35,82)
#9D3863
(157,56,99)
#A74D74
(167,77,116)
#B16285
(177,98,133)
#BB7796
(187,119,150)
#C58CA7
(197,140,167)
#CFA1B8
(207,161,184)
#D9B6C9
(217,182,201)
#E3CBDA
(227,203,218)
#EDE0EB
(237,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890E41 color. Also use rgb(137,14,65) instead hex code.

Text Font Color

.myTextColor { color: #890E41; }

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

This text font color is #890E41.


Background Color

.myBgColor { background-color: #890E41; }

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

This div background color is #890E41.


Border color

.myBorderColor { border: 1px solid #890E41; }

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

This div border color is #890E41.


Opacity

.myOpacity80 { color: #890E41; opacity: 0.8; }

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

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

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

This text has shadow with #890E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890E41 on black background.


Color preview on white background

This text has color #890E41 on white background.



Black color preview on #890E41 background

This text has black color on #890E41 background.


White color preview on #890E41 background

This text has white color on #890E41 background.