#900000

Color #900000 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #900000

Tints of Dark Red #900000

Color information

#900000 (or 0x900000) is unknown color: approx Dark Red. HEX triplet: 90, 00 and 00. RGB value is (144,0,0). Sum of RGB (Red+Green+Blue) = 144+0+0=144 (19% of max value = 765). Red value is 144 (56.64% from 255 or 100% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 144 - color contains mainly: red. Hex color #900000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900000 is #6FFFFF. Grayscale: #2B2B2B. Windows color (decimal): -7340032 or 144. OLE color: 144.

HSL color Cylindrical-coordinate representation of color #900000: hue angle of 0º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB14400-
CMYK0110.44
HSL100%28.24%-
HSV(B)100%56.47%-
XYZ11.55.930.54-
YUV43.06103.71200-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144000110.44010028.24
Hex9000064642C0641c
Octal22000014414454014434
Binary10010000000110010011001001011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900000; }

 p { color: rgb(144,0,0); }

 H1.HeaderClassName
 {
   color: #900000;
 }
 .AnyTagClassName
 {
   color: #900000;
 }
</style>
background-color css

<style>
 a { background-color: #900000; }

 a { background-color: rgb(144,0,0); }

 div.DivClassName
 {
   background-color: #900000;
 }
 .BgClassName
 {
   background-color: #900000;
 }
</style>
border-color css

<style>
 span { border-color: #900000; }

 span { border-color: rgb(144,0,0); }

 td.TdClassName
 {
   border-color: #900000;
 }
 .TagClassName
 {
   border-color: #900000;
 }
</style>