#861202

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

Shades of Dark Red #861202

Tints of Dark Red #861202

Color information

#861202 (or 0x861202) is unknown color: approx Dark Red. HEX triplet: 86, 12 and 02. RGB value is (134,18,2). Sum of RGB (Red+Green+Blue) = 134+18+2=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #861202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861202 is #79EDFD. Grayscale: #333333. Windows color (decimal): -7990782 or 135814. OLE color: 135814.

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

Color convert

RGB134182-
CMYK00.870.990.47
HSL7.27º97.06%26.67%-
HSV(B)7.27º98.51%52.55%-
XYZ10.065.510.59-
YUV50.86100.43187.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 87.01%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=87.01%
G=11.69%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13418200.870.990.477.2797.0626.67
Hex86122057632F7611b
Octal206222012714357714133
Binary100001101001010010101111100011101111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861202; }

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

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

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

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

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

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

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

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