COLOR #900000

HEX: #900000
RGB: (144,0,0)

Color info

#900000 contains only red color. Web safe color of #900000 is #990000 (or #900).

RGB color model

#900000 color RGB value is (144,0,0).

  • red value is 144;
  • green value is 0;
  • blue value is 0.
RGB:
(144,0,0)
(56%,0%,0%)

RGB channels and saturation

R 144 of 255 = 56%
G 0 of 255 = 0%
B 0 of 255 = 0%

144
0
0

R + G + B ~ 19%. #900000 is dark color.

Portions of RGB colors in percentages

R + G + B =
144 + 0 + 0 = 144 (100%)
R 144 of 144 ~ 100%
G 0 of 144 ~ 0%
B 0 of 144 ~ 0%

%100

CMYK color model

#900000 color CMYK value is (0,100,100,44).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 43.53%
CMYK:
(0,100,100,44)
C0M100Y100K44 
(0%,100%,100%,44%)
(0.00/1.00/1.00/0.44)	

CMYK percentages

%0
%100
%100
%43.53

Codes

Color #900000 in popluar color models

900000
RGB14400
HSL100.00%28.24%
HSB/HSV100.00%56.47%
CMYK0.00%100.00%100.00%
43.53%

Color #900000 in popluar number systems.

HEX900000
Decimal14400
Binary1001000000
Octal22000

Shades and tints

Shades of #900000

#900000
(144,0,0)
#830000
(131,0,0)
#760000
(118,0,0)
#690000
(105,0,0)
#5C0000
(92,0,0)
#4F0000
(79,0,0)
#420000
(66,0,0)
#350000
(53,0,0)
#280000
(40,0,0)
#1B0000
(27,0,0)
#0E0000
(14,0,0)
#000000
(0,0,0)

Tints of #900000

#900000
(144,0,0)
#9A1717
(154,23,23)
#A42E2E
(164,46,46)
#AE4545
(174,69,69)
#B85C5C
(184,92,92)
#C27373
(194,115,115)
#CC8A8A
(204,138,138)
#D6A1A1
(214,161,161)
#E0B8B8
(224,184,184)
#EACFCF
(234,207,207)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #900000 color. Also use rgb(144,0,0) instead hex code.

Text Font Color

.myTextColor { color: #900000; }

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

This text font color is #900000.


Background Color

.myBgColor { background-color: #900000; }

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

This div background color is #900000.


Border color

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

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

This div border color is #900000.


Opacity

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

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

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

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

This text has shadow with #900000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #900000 on black background.


Color preview on white background

This text has color #900000 on white background.



Black color preview on #900000 background

This text has black color on #900000 background.


White color preview on #900000 background

This text has white color on #900000 background.