#991609

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

Shades of Dark Red #991609

Tints of Dark Red #991609

Color information

#991609 (or 0x991609) is unknown color: approx Dark Red. HEX triplet: 99, 16 and 09. RGB value is (153,22,9). Sum of RGB (Red+Green+Blue) = 153+22+9=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #991609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991609 is #66E9F6. Grayscale: #3B3B3B. Windows color (decimal): -6744567 or 595609. OLE color: 595609.

HSL color Cylindrical-coordinate representation of color #991609: hue angle of 5.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #991609 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153229-
CMYK00.860.940.4
HSL5.42º88.89%31.76%-
HSV(B)5.42º94.12%60%-
XYZ13.477.370.97-
YUV59.6999.4194.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.15%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=83.15%
G=11.96%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15322900.860.940.45.4288.8931.76
Hex991690565E2855920
Octal2312611012613650513140
Binary100110011011010010101011010111101010001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991609; }

 p { color: rgb(153,22,9); }

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

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

 a { background-color: rgb(153,22,9); }

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

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

 span { border-color: rgb(153,22,9); }

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