#901305

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

Shades of Dark Red #901305

Tints of Dark Red #901305

Color information

#901305 (or 0x901305) is unknown color: approx Dark Red. HEX triplet: 90, 13 and 05. RGB value is (144,19,5). Sum of RGB (Red+Green+Blue) = 144+19+5=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901305 is #6FECFA. Grayscale: #363636. Windows color (decimal): -7335163 or 332688. OLE color: 332688.

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

Color convert

RGB144195-
CMYK00.870.970.44
HSL6.04º93.29%29.22%-
HSV(B)6.04º96.53%56.47%-
XYZ11.766.410.76-
YUV54.7899.91191.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 85.71%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=85.71%
G=11.31%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14419500.870.970.446.0493.2929.22
Hex90135057612C65d1d
Octal220235012714154613535
Binary1001000010011101010101111100001101100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901305; }

 p { color: rgb(144,19,5); }

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

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

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

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

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

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

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