COLOR #890A20

HEX: #890A20
RGB: (137,10,32)

Color info

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

RGB color model

#890A20 color RGB value is (137,10,32).

  • red value is 137;
  • green value is 10;
  • blue value is 32.
RGB:
(137,10,32)
(54%,4%,13%)

RGB channels and saturation

R 137 of 255 = 54%
G 10 of 255 = 4%
B 32 of 255 = 13%

137
10
32

R + G + B ~ 24%. #890A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 10 + 32 = 179 (100%)
R 137 of 179 ~ 76.54%
G 10 of 179 ~ 5.59%
B 32 of 179 ~ 17.88%

%76.54
%17.88

CMYK color model

#890A20 color CMYK value is (0,93,77,46).

  • cyan value is 0.00%
  • magenta value is 92.70%
  • yellow value is 76.64%
  • key color value is 46.27%
CMYK:
(0,93,77,46)
C0M93Y77K46 
(0%,93%,77%,46%)
(0.00/0.93/0.77/0.46)	

CMYK percentages

%0
%92.7
%76.64
%46.27

Codes

Color #890A20 in popluar color models

890A20
RGB1371032
HSL350°86.39%28.82%
HSB/HSV350°92.70%53.73%
CMYK0.00%92.70%76.64%
46.27%

Color #890A20 in popluar number systems.

HEX890A20
Decimal1371032
Binary100010011010100000
Octal2111240

Shades and tints

Shades of #890A20

#890A20
(137,10,32)
#7D0A1E
(125,10,30)
#710A1C
(113,10,28)
#650A1A
(101,10,26)
#590A18
(89,10,24)
#4D0A16
(77,10,22)
#410A14
(65,10,20)
#350A12
(53,10,18)
#290A10
(41,10,16)
#1D0A0E
(29,10,14)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #890A20

#890A20
(137,10,32)
#932034
(147,32,52)
#9D3648
(157,54,72)
#A74C5C
(167,76,92)
#B16270
(177,98,112)
#BB7884
(187,120,132)
#C58E98
(197,142,152)
#CFA4AC
(207,164,172)
#D9BAC0
(217,186,192)
#E3D0D4
(227,208,212)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890A20 color. Also use rgb(137,10,32) instead hex code.

Text Font Color

.myTextColor { color: #890A20; }

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

This text font color is #890A20.


Background Color

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

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

This div background color is #890A20.


Border color

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

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

This div border color is #890A20.


Opacity

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

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

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

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

This text has shadow with #890A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890A20 on black background.


Color preview on white background

This text has color #890A20 on white background.



Black color preview on #890A20 background

This text has black color on #890A20 background.


White color preview on #890A20 background

This text has white color on #890A20 background.