#860F09

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

Shades of Dark Red #860F09

Tints of Dark Red #860F09

Color information

#860F09 (or 0x860F09) is unknown color: approx Dark Red. HEX triplet: 86, 0F and 09. RGB value is (134,15,9). Sum of RGB (Red+Green+Blue) = 134+15+9=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F09 is #79F0F6. Grayscale: #323232. Windows color (decimal): -7991543 or 593798. OLE color: 593798.

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

Color convert

RGB134159-
CMYK00.890.930.47
HSL2.88º87.41%28.04%-
HSV(B)2.88º93.28%52.55%-
XYZ10.055.430.78-
YUV49.9104.92187.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=84.81%
G=9.49%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13415900.890.930.472.8887.4128.04
Hex86F90595D2F3571c
Octal2061711013113557312734
Binary100001101111100101011001101110110111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,15,9); }

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

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

 a { background-color: rgb(134,15,9); }

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

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

 span { border-color: rgb(134,15,9); }

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