#8C0702

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

Shades of Dark Red #8C0702

Tints of Dark Red #8C0702

Color information

#8C0702 (or 0x8C0702) is unknown color: approx Dark Red. HEX triplet: 8C, 07 and 02. RGB value is (140,7,2). Sum of RGB (Red+Green+Blue) = 140+7+2=149 (19% of max value = 765). Red value is 140 (55.08% from 255 or 93.96% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0702 is #73F8FD. Grayscale: #2E2E2E. Windows color (decimal): -7600382 or 133004. OLE color: 133004.

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

Color convert

RGB14072-
CMYK00.950.990.45
HSL2.17º97.18%27.84%-
HSV(B)2.17º98.57%54.9%-
XYZ10.95.730.59-
YUV46.2103.06194.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 93.96%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=93.96%
G=4.70%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407200.950.990.452.1797.1827.84
Hex8C7205F632D2611c
Octal21472013714355214134
Binary100011001111001011111110001110110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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