#9A1106

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

Shades of Dark Red #9A1106

Tints of Dark Red #9A1106

Color information

#9A1106 (or 0x9A1106) is unknown color: approx Dark Red. HEX triplet: 9A, 11 and 06. RGB value is (154,17,6). Sum of RGB (Red+Green+Blue) = 154+17+6=177 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.01% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1106 is #65EEF9. Grayscale: #383838. Windows color (decimal): -6680314 or 397722. OLE color: 397722.

HSL color Cylindrical-coordinate representation of color #9A1106: hue angle of 4.46º degrees, saturation: 0.93, 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 #9A1106 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB154176-
CMYK00.890.960.40
HSL4.46º92.5%31.37%-
HSV(B)4.46º96.1%60.39%-
XYZ13.567.280.86-
YUV56.7199.39197.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 87.01%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=87.01%
G=9.60%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15417600.890.960.404.4692.531.37
Hex9A116059602845c1f
Octal232216013114050413437
Binary1001101010001110010110011100000101000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1106; }

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

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

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

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

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

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

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

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