#8C0604

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

Shades of Dark Red #8C0604

Tints of Dark Red #8C0604

Color information

#8C0604 (or 0x8C0604) is unknown color: approx Dark Red. HEX triplet: 8C, 06 and 04. RGB value is (140,6,4). Sum of RGB (Red+Green+Blue) = 140+6+4=150 (19% of max value = 765). Red value is 140 (55.08% from 255 or 93.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0604 is #73F9FB. Grayscale: #2D2D2D. Windows color (decimal): -7600636 or 263820. OLE color: 263820.

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

Color convert

RGB14064-
CMYK00.960.970.45
HSL0.88º94.44%28.24%-
HSV(B)0.88º97.14%54.9%-
XYZ10.95.710.64-
YUV45.84104.39195.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 93.33%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=93.33%
G=4%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406400.960.970.450.8894.4428.24
Hex8C64060612D15e1c
Octal21464014014155113634
Binary100011001101000110000011000011011011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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