#871204

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

Shades of Dark Red #871204

Tints of Dark Red #871204

Color information

#871204 (or 0x871204) is unknown color: approx Dark Red. HEX triplet: 87, 12 and 04. RGB value is (135,18,4). Sum of RGB (Red+Green+Blue) = 135+18+4=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #871204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871204 is #78EDFB. Grayscale: #333333. Windows color (decimal): -7925244 or 266887. OLE color: 266887.

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

Color convert

RGB135184-
CMYK00.870.970.47
HSL6.41º94.24%27.25%-
HSV(B)6.41º97.04%52.94%-
XYZ10.235.590.66-
YUV51.39101.26187.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.99%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=85.99%
G=11.46%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13518400.870.970.476.4194.2427.25
Hex87124057612F65e1b
Octal207224012714157613633
Binary1000011110010100010101111100001101111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871204; }

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

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

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

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

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

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

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

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