#8A0604

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

Shades of Dark Red #8A0604

Tints of Dark Red #8A0604

Color information

#8A0604 (or 0x8A0604) is unknown color: approx Dark Red. HEX triplet: 8A, 06 and 04. RGB value is (138,6,4). Sum of RGB (Red+Green+Blue) = 138+6+4=148 (19% of max value = 765). Red value is 138 (54.30% from 255 or 93.24% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0604 is #75F9FB. Grayscale: #2D2D2D. Windows color (decimal): -7731708 or 263818. OLE color: 263818.

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

Color convert

RGB13864-
CMYK00.960.970.46
HSL0.9º94.37%27.84%-
HSV(B)0.9º97.1%54.12%-
XYZ10.575.540.63-
YUV45.24104.73194.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 93.24%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=93.24%
G=4.05%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386400.960.970.460.994.3727.84
Hex8A64060612E15e1c
Octal21264014014156113634
Binary100010101101000110000011000011011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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