#860A04

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

Shades of Dark Red #860A04

Tints of Dark Red #860A04

Color information

#860A04 (or 0x860A04) is unknown color: approx Dark Red. HEX triplet: 86, 0A and 04. RGB value is (134,10,4). Sum of RGB (Red+Green+Blue) = 134+10+4=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #860A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A04 is #79F5FB. Grayscale: #2E2E2E. Windows color (decimal): -7992828 or 264838. OLE color: 264838.

HSL color Cylindrical-coordinate representation of color #860A04: hue angle of 2.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860A04 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB134104-
CMYK00.930.970.47
HSL2.77º94.2%27.06%-
HSV(B)2.77º97.01%52.55%-
XYZ9.965.290.61-
YUV46.39104.08190.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 90.54%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=90.54%
G=6.76%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410400.930.970.472.7794.227.06
Hex86A405D612F35e1b
Octal206124013514157313633
Binary10000110101010001011101110000110111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860A04; }

 p { color: rgb(134,10,4); }

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

<style>
 a { background-color: #860A04; }

 a { background-color: rgb(134,10,4); }

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

<style>
 span { border-color: #860A04; }

 span { border-color: rgb(134,10,4); }

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