#991001

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

Shades of Dark Red #991001

Tints of Dark Red #991001

Color information

#991001 (or 0x991001) is unknown color: approx Dark Red. HEX triplet: 99, 10 and 01. RGB value is (153,16,1). Sum of RGB (Red+Green+Blue) = 153+16+1=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #991001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991001 is #66EFFE. Grayscale: #373737. Windows color (decimal): -6746111 or 69785. OLE color: 69785.

HSL color Cylindrical-coordinate representation of color #991001: hue angle of 5.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #991001 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153161-
CMYK00.900.990.4
HSL5.92º98.7%30.2%-
HSV(B)5.92º99.35%60%-
XYZ13.337.150.71-
YUV55.2597.39197.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=90%
G=9.41%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15316100.900.990.45.9298.730.2
Hex9910105A63286631e
Octal231201013214350614336
Binary10011001100001010110101100011101000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991001; }

 p { color: rgb(153,16,1); }

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

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

 a { background-color: rgb(153,16,1); }

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

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

 span { border-color: rgb(153,16,1); }

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