#901500

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

Shades of Dark Red #901500

Tints of Dark Red #901500

Color information

#901500 (or 0x901500) is unknown color: approx Dark Red. HEX triplet: 90, 15 and 00. RGB value is (144,21,0). Sum of RGB (Red+Green+Blue) = 144+21+0=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #901500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901500 is #6FEAFF. Grayscale: #373737. Windows color (decimal): -7334656 or 5520. OLE color: 5520.

HSL color Cylindrical-coordinate representation of color #901500: hue angle of 8.75º 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 #901500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB144210-
CMYK00.8510.44
HSL8.75º100%28.24%-
HSV(B)8.75º100%56.47%-
XYZ11.776.470.63-
YUV55.3896.75191.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 87.27%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.27%
G=12.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14421000.8510.448.7510028.24
Hex90150055642C9641c
Octal2202500125144541114434
Binary100100001010100101010111001001011001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901500; }

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

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

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

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

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

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

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

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