#860200

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

Shades of Dark Red #860200

Tints of Dark Red #860200

Color information

#860200 (or 0x860200) is unknown color: approx Dark Red. HEX triplet: 86, 02 and 00. RGB value is (134,2,0). Sum of RGB (Red+Green+Blue) = 134+2+0=136 (18% of max value = 765). Red value is 134 (52.73% from 255 or 98.53% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 134 - color contains mainly: red. Hex color #860200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860200 is #79FDFF. Grayscale: #292929. Windows color (decimal): -7994880 or 646. OLE color: 646.

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

Color convert

RGB13420-
CMYK00.9910.47
HSL0.9º100%26.27%-
HSV(B)0.9º100%52.55%-
XYZ9.855.110.47-
YUV41.24104.73194.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 98.53%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.53%
G=1.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342000.9910.470.910026.27
Hex8620063642F1641a
Octal20620014314457114432
Binary100001101000110001111001001011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860200; }

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

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

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

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

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

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

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

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