#861205

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

Shades of Dark Red #861205

Tints of Dark Red #861205

Color information

#861205 (or 0x861205) is unknown color: approx Dark Red. HEX triplet: 86, 12 and 05. RGB value is (134,18,5). Sum of RGB (Red+Green+Blue) = 134+18+5=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #861205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861205 is #79EDFA. Grayscale: #333333. Windows color (decimal): -7990779 or 332422. OLE color: 332422.

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

Color convert

RGB134185-
CMYK00.870.960.47
HSL6.05º92.81%27.25%-
HSV(B)6.05º96.27%52.55%-
XYZ10.085.510.68-
YUV51.2101.93187.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 85.35%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=85.35%
G=11.46%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13418500.870.960.476.0592.8127.25
Hex86125057602F65d1b
Octal206225012714057613533
Binary1000011010010101010101111100000101111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861205; }

 p { color: rgb(134,18,5); }

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

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

 a { background-color: rgb(134,18,5); }

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

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

 span { border-color: rgb(134,18,5); }

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