#871704

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

Shades of Falu Red #871704

Tints of Falu Red #871704

Color information

#871704 (or 0x871704) is unknown color: approx Falu Red. HEX triplet: 87, 17 and 04. RGB value is (135,23,4). Sum of RGB (Red+Green+Blue) = 135+23+4=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #871704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871704 is #78E8FB. Grayscale: #363636. Windows color (decimal): -7923964 or 268167. OLE color: 268167.

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

Color convert

RGB135234-
CMYK00.830.970.47
HSL8.7º94.24%27.25%-
HSV(B)8.7º97.04%52.94%-
XYZ10.325.770.69-
YUV54.3299.61185.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.33%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=83.33%
G=14.20%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13523400.830.970.478.794.2427.25
Hex87174053612F95e1b
Octal2072740123141571113633
Binary10000111101111000101001111000011011111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871704; }

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

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

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

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

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

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

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

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