#991206

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

Shades of Dark Red #991206

Tints of Dark Red #991206

Color information

#991206 (or 0x991206) is unknown color: approx Dark Red. HEX triplet: 99, 12 and 06. RGB value is (153,18,6). Sum of RGB (Red+Green+Blue) = 153+18+6=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #991206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991206 is #66EDF9. Grayscale: #393939. Windows color (decimal): -6745594 or 397977. OLE color: 397977.

HSL color Cylindrical-coordinate representation of color #991206: hue angle of 4.9º 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 #991206 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153186-
CMYK00.880.960.4
HSL4.9º92.45%31.18%-
HSV(B)4.9º96.08%60%-
XYZ13.397.220.86-
YUV5799.23196.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.44%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=86.44%
G=10.17%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15318600.880.960.44.992.4531.18
Hex99126058602855c1f
Octal231226013014050513437
Binary1001100110010110010110001100000101000101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991206; }

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

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

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

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

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

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

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

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