#871304

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

Shades of Dark Red #871304

Tints of Dark Red #871304

Color information

#871304 (or 0x871304) is unknown color: approx Dark Red. HEX triplet: 87, 13 and 04. RGB value is (135,19,4). Sum of RGB (Red+Green+Blue) = 135+19+4=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #871304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871304 is #78ECFB. Grayscale: #343434. Windows color (decimal): -7924988 or 267143. OLE color: 267143.

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

Color convert

RGB135194-
CMYK00.860.970.47
HSL6.87º94.24%27.25%-
HSV(B)6.87º97.04%52.94%-
XYZ10.255.630.66-
YUV51.97100.93187.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=85.44%
G=12.03%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13519400.860.970.476.8794.2427.25
Hex87134056612F75e1b
Octal207234012614157713633
Binary1000011110011100010101101100001101111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871304; }

 p { color: rgb(135,19,4); }

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

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

 a { background-color: rgb(135,19,4); }

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

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

 span { border-color: rgb(135,19,4); }

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