#860601

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

Shades of Dark Red #860601

Tints of Dark Red #860601

Color information

#860601 (or 0x860601) is unknown color: approx Dark Red. HEX triplet: 86, 06 and 01. RGB value is (134,6,1). Sum of RGB (Red+Green+Blue) = 134+6+1=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860601 is #79F9FE. Grayscale: #2B2B2B. Windows color (decimal): -7993855 or 67206. OLE color: 67206.

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

Color convert

RGB13461-
CMYK00.960.990.47
HSL2.26º98.52%26.47%-
HSV(B)2.26º99.25%52.55%-
XYZ9.95.20.51-
YUV43.7103.91192.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 95.04%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=95.04%
G=4.26%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346100.960.990.472.2698.5226.47
Hex8661060632F2631a
Octal20661014014357214332
Binary10000110110101100000110001110111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860601; }

 p { color: rgb(134,6,1); }

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

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

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

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

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

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

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