#900E09

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

Shades of Dark Red #900E09

Tints of Dark Red #900E09

Color information

#900E09 (or 0x900E09) is unknown color: approx Dark Red. HEX triplet: 90, 0E and 09. RGB value is (144,14,9). Sum of RGB (Red+Green+Blue) = 144+14+9=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #900E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900E09 is #6FF1F6. Grayscale: #343434. Windows color (decimal): -7336439 or 593552. OLE color: 593552.

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

Color convert

RGB144149-
CMYK00.900.940.44
HSL2.22º88.24%30%-
HSV(B)2.22º93.75%56.47%-
XYZ11.716.260.85-
YUV52.3103.57193.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 86.23%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=86.23%
G=8.38%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414900.900.940.442.2288.2430
Hex90E905A5E2C2581e
Octal2201611013213654213036
Binary100100001110100101011010101111010110010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900E09; }

 p { color: rgb(144,14,9); }

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

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

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

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

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

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

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