#860902

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

Shades of Dark Red #860902

Tints of Dark Red #860902

Color information

#860902 (or 0x860902) is unknown color: approx Dark Red. HEX triplet: 86, 09 and 02. RGB value is (134,9,2). Sum of RGB (Red+Green+Blue) = 134+9+2=145 (19% of max value = 765). Red value is 134 (52.73% from 255 or 92.41% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 134 - color contains mainly: red. Hex color #860902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860902 is #79F6FD. Grayscale: #2D2D2D. Windows color (decimal): -7993086 or 133510. OLE color: 133510.

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

Color convert

RGB13492-
CMYK00.930.990.47
HSL3.18º97.06%26.67%-
HSV(B)3.18º98.51%52.55%-
XYZ9.945.270.55-
YUV45.58103.41191.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 92.41%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=92.41%
G=6.21%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349200.930.990.473.1897.0626.67
Hex869205D632F3611b
Octal206112013514357314133
Binary1000011010011001011101110001110111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860902; }

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

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

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

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

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

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

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

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