#8C0706

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

Shades of Dark Red #8C0706

Tints of Dark Red #8C0706

Color information

#8C0706 (or 0x8C0706) is unknown color: approx Dark Red. HEX triplet: 8C, 07 and 06. RGB value is (140,7,6). Sum of RGB (Red+Green+Blue) = 140+7+6=153 (20% of max value = 765). Red value is 140 (55.08% from 255 or 91.50% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0706 is #73F8F9. Grayscale: #2E2E2E. Windows color (decimal): -7600378 or 395148. OLE color: 395148.

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

Color convert

RGB14076-
CMYK00.950.960.45
HSL0.45º91.78%28.63%-
HSV(B)0.45º95.71%54.9%-
XYZ10.925.740.7-
YUV46.65105.06194.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 91.50%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=91.50%
G=4.58%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407600.950.960.450.4591.7828.63
Hex8C7605F602D05c1d
Octal21476013714055013435
Binary100011001111100101111111000001011010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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