#861602

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

Shades of Dark Red #861602

Tints of Dark Red #861602

Color information

#861602 (or 0x861602) is unknown color: approx Dark Red. HEX triplet: 86, 16 and 02. RGB value is (134,22,2). Sum of RGB (Red+Green+Blue) = 134+22+2=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861602 is #79E9FD. Grayscale: #353535. Windows color (decimal): -7989758 or 136838. OLE color: 136838.

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

Color convert

RGB134222-
CMYK00.840.990.47
HSL9.09º97.06%26.67%-
HSV(B)9.09º98.51%52.55%-
XYZ10.135.650.61-
YUV53.2199.11185.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=84.81%
G=13.92%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13422200.840.990.479.0997.0626.67
Hex86162054632F9611b
Octal2062620124143571114133
Binary1000011010110100101010011000111011111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861602; }

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

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

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

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

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

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

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

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