#860500

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

Shades of Dark Red #860500

Tints of Dark Red #860500

Color information

#860500 (or 0x860500) is unknown color: approx Dark Red. HEX triplet: 86, 05 and 00. RGB value is (134,5,0). Sum of RGB (Red+Green+Blue) = 134+5+0=139 (18% of max value = 765). Red value is 134 (52.73% from 255 or 96.40% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 134 - color contains mainly: red. Hex color #860500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860500 is #79FAFF. Grayscale: #2B2B2B. Windows color (decimal): -7994112 or 1414. OLE color: 1414.

HSL color Cylindrical-coordinate representation of color #860500: hue angle of 2.24º 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 #860500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB13450-
CMYK00.9610.47
HSL2.24º100%26.27%-
HSV(B)2.24º100%52.55%-
XYZ9.895.180.48-
YUV43103.74192.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 96.40%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.40%
G=3.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345000.9610.472.2410026.27
Hex8650060642F2641a
Octal20650014014457214432
Binary10000110101001100000110010010111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860500; }

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

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

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

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

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

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

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

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