#900F0A

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

Shades of Dark Red #900F0A

Tints of Dark Red #900F0A

Color information

#900F0A (or 0x900F0A) is unknown color: approx Dark Red. HEX triplet: 90, 0F and 0A. RGB value is (144,15,10). Sum of RGB (Red+Green+Blue) = 144+15+10=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F0A is #6FF0F5. Grayscale: #353535. Windows color (decimal): -7336182 or 659344. OLE color: 659344.

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

Color convert

RGB1441510-
CMYK00.900.930.44
HSL2.24º87.01%30.2%-
HSV(B)2.24º93.06%56.47%-
XYZ11.736.290.88-
YUV53103.74192.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 85.21%
GREEN value IS 15 (6.25% from 255) = 8.88%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=85.21%
G=8.88%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144151000.900.930.442.2487.0130.2
Hex90FA05A5D2C2571e
Octal2201712013213554212736
Binary100100001111101001011010101110110110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,15,10); }

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

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

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

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

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

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

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