#8C0601

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

Shades of Dark Red #8C0601

Tints of Dark Red #8C0601

Color information

#8C0601 (or 0x8C0601) is unknown color: approx Dark Red. HEX triplet: 8C, 06 and 01. RGB value is (140,6,1). Sum of RGB (Red+Green+Blue) = 140+6+1=147 (19% of max value = 765). Red value is 140 (55.08% from 255 or 95.24% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0601 is #73F9FE. Grayscale: #2D2D2D. Windows color (decimal): -7600639 or 67212. OLE color: 67212.

HSL color Cylindrical-coordinate representation of color #8C0601: hue angle of 2.16º degrees, saturation: 0.99, 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 #8C0601 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB14061-
CMYK00.960.990.45
HSL2.16º98.58%27.65%-
HSV(B)2.16º99.29%54.9%-
XYZ10.895.710.56-
YUV45.5102.89195.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 95.24%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=95.24%
G=4.08%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406100.960.990.452.1698.5827.65
Hex8C61060632D2631c
Octal21461014014355214334
Binary10001100110101100000110001110110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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