#991000

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

Shades of Dark Red #991000

Tints of Dark Red #991000

Color information

#991000 (or 0x991000) is unknown color: approx Dark Red. HEX triplet: 99, 10 and 00. RGB value is (153,16,0). Sum of RGB (Red+Green+Blue) = 153+16+0=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #991000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991000 is #66EFFF. Grayscale: #373737. Windows color (decimal): -6746112 or 4249. OLE color: 4249.

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

Color convert

RGB153160-
CMYK00.9010.4
HSL6.27º100%30%-
HSV(B)6.27º100%60%-
XYZ13.327.140.68-
YUV55.1496.89197.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90.53%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.53%
G=9.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15316000.9010.46.2710030
Hex9910005A64286641e
Octal231200013214450614436
Binary10011001100000010110101100100101000110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991000; }

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

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

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

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

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

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

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

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