#900D09

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

Shades of Dark Red #900D09

Tints of Dark Red #900D09

Color information

#900D09 (or 0x900D09) is unknown color: approx Dark Red. HEX triplet: 90, 0D and 09. RGB value is (144,13,9). Sum of RGB (Red+Green+Blue) = 144+13+9=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D09 is #6FF2F6. Grayscale: #333333. Windows color (decimal): -7336695 or 593296. OLE color: 593296.

HSL color Cylindrical-coordinate representation of color #900D09: hue angle of 1.78º 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 #900D09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB144139-
CMYK00.910.940.44
HSL1.78º88.24%30%-
HSV(B)1.78º93.75%56.47%-
XYZ11.696.240.85-
YUV51.71103.9193.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 86.75%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=86.75%
G=7.83%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413900.910.940.441.7888.2430
Hex90D905B5E2C2581e
Octal2201511013313654213036
Binary100100001101100101011011101111010110010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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