#991106

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

Shades of Dark Red #991106

Tints of Dark Red #991106

Color information

#991106 (or 0x991106) is unknown color: approx Dark Red. HEX triplet: 99, 11 and 06. RGB value is (153,17,6). Sum of RGB (Red+Green+Blue) = 153+17+6=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #991106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991106 is #66EEF9. Grayscale: #383838. Windows color (decimal): -6745850 or 397721. OLE color: 397721.

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

Color convert

RGB153176-
CMYK00.890.960.4
HSL4.49º92.45%31.18%-
HSV(B)4.49º96.08%60%-
XYZ13.377.190.85-
YUV56.4199.56196.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.93%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=86.93%
G=9.66%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15317600.890.960.44.4992.4531.18
Hex99116059602845c1f
Octal231216013114050413437
Binary1001100110001110010110011100000101000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991106; }

 p { color: rgb(153,17,6); }

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

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

 a { background-color: rgb(153,17,6); }

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

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

 span { border-color: rgb(153,17,6); }

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