#861700

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

Shades of Dark Red #861700

Tints of Dark Red #861700

Color information

#861700 (or 0x861700) is unknown color: approx Dark Red. HEX triplet: 86, 17 and 00. RGB value is (134,23,0). Sum of RGB (Red+Green+Blue) = 134+23+0=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #861700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861700 is #79E8FF. Grayscale: #353535. Windows color (decimal): -7989504 or 6022. OLE color: 6022.

HSL color Cylindrical-coordinate representation of color #861700: hue angle of 10.3º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #861700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134230-
CMYK00.8310.47
HSL10.3º100%26.27%-
HSV(B)10.3º100%52.55%-
XYZ10.145.680.56-
YUV53.5797.77185.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 85.35%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.35%
G=14.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13423000.8310.4710.310026.27
Hex86170053642Fa641a
Octal2062700123144571214432
Binary100001101011100101001111001001011111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861700; }

 p { color: rgb(134,23,0); }

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

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

 a { background-color: rgb(134,23,0); }

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

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

 span { border-color: rgb(134,23,0); }

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