#860C0C

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

Shades of Dark Red #860C0C

Tints of Dark Red #860C0C

Color information

#860C0C (or 0x860C0C) is unknown color: approx Dark Red. HEX triplet: 86, 0C and 0C. RGB value is (134,12,12). Sum of RGB (Red+Green+Blue) = 134+12+12=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860C0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C0C is #79F3F3. Grayscale: #303030. Windows color (decimal): -7992308 or 789638. OLE color: 789638.

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

Color convert

RGB1341212-
CMYK00.910.910.47
HSL83.56%28.63%-
HSV(B)91.04%52.55%-
XYZ10.035.360.85-
YUV48.48107.42189-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=84.81%
G=7.59%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134121200.910.910.47083.5628.63
Hex86CC05B5B2F0541d
Octal2061414013313357012435
Binary10000110110011000101101110110111011110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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