#860C09

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

Shades of Dark Red #860C09

Tints of Dark Red #860C09

Color information

#860C09 (or 0x860C09) is unknown color: approx Dark Red. HEX triplet: 86, 0C and 09. RGB value is (134,12,9). Sum of RGB (Red+Green+Blue) = 134+12+9=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C09 is #79F3F6. Grayscale: #303030. Windows color (decimal): -7992311 or 593030. OLE color: 593030.

HSL color Cylindrical-coordinate representation of color #860C09: hue angle of 1.44º 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 #860C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134129-
CMYK00.910.930.47
HSL1.44º87.41%28.04%-
HSV(B)1.44º93.28%52.55%-
XYZ10.015.350.76-
YUV48.14105.92189.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 86.45%
GREEN value IS 12 (5.08% from 255) = 7.74%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=86.45%
G=7.74%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412900.910.930.471.4487.4128.04
Hex86C905B5D2F1571c
Octal2061411013313557112734
Binary10000110110010010101101110111011011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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