#8A0906

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

Shades of Dark Red #8A0906

Tints of Dark Red #8A0906

Color information

#8A0906 (or 0x8A0906) is unknown color: approx Dark Red. HEX triplet: 8A, 09 and 06. RGB value is (138,9,6). Sum of RGB (Red+Green+Blue) = 138+9+6=153 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.20% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0906 is #75F6F9. Grayscale: #2F2F2F. Windows color (decimal): -7730938 or 395658. OLE color: 395658.

HSL color Cylindrical-coordinate representation of color #8A0906: hue angle of 1.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0906 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB13896-
CMYK00.930.960.46
HSL1.36º91.67%28.24%-
HSV(B)1.36º95.65%54.12%-
XYZ10.615.610.7-
YUV47.23104.74192.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 90.20%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=90.20%
G=5.88%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389600.930.960.461.3691.6728.24
Hex8A9605D602E15c1c
Octal212116013514056113434
Binary1000101010011100101110111000001011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0906; }

 p { color: rgb(138,9,6); }

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

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

 a { background-color: rgb(138,9,6); }

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

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

 span { border-color: rgb(138,9,6); }

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