#901704

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

Shades of Dark Red #901704

Tints of Dark Red #901704

Color information

#901704 (or 0x901704) is unknown color: approx Dark Red. HEX triplet: 90, 17 and 04. RGB value is (144,23,4). Sum of RGB (Red+Green+Blue) = 144+23+4=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901704 is #6FE8FB. Grayscale: #393939. Windows color (decimal): -7334140 or 268176. OLE color: 268176.

HSL color Cylindrical-coordinate representation of color #901704: hue angle of 8.14º degrees, saturation: 0.95, 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 #901704 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB144234-
CMYK00.840.970.44
HSL8.14º94.59%29.02%-
HSV(B)8.14º97.22%56.47%-
XYZ11.836.550.76-
YUV57.0198.09190.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 84.21%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=84.21%
G=13.45%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14423400.840.970.448.1494.5929.02
Hex90174054612C85f1d
Octal2202740124141541013735
Binary10010000101111000101010011000011011001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901704; }

 p { color: rgb(144,23,4); }

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

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

 a { background-color: rgb(144,23,4); }

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

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

 span { border-color: rgb(144,23,4); }

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