#871916

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

Shades of Falu Red #871916

Tints of Falu Red #871916

Color information

#871916 (or 0x871916) is unknown color: approx Falu Red. HEX triplet: 87, 19 and 16. RGB value is (135,25,22). Sum of RGB (Red+Green+Blue) = 135+25+22=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #871916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871916 is #78E6E9. Grayscale: #393939. Windows color (decimal): -7923434 or 1448327. OLE color: 1448327.

HSL color Cylindrical-coordinate representation of color #871916: hue angle of 1.59º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871916 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1352522-
CMYK00.810.840.47
HSL1.59º71.97%30.78%-
HSV(B)1.59º83.7%52.94%-
XYZ10.485.91.35-
YUV57.55107.94183.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=74.18%
G=13.74%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135252200.810.840.471.5971.9730.78
Hex871916051542F2481f
Octal2073126012112457211037
Binary10000111110011011001010001101010010111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871916; }

 p { color: rgb(135,25,22); }

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

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

 a { background-color: rgb(135,25,22); }

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

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

 span { border-color: rgb(135,25,22); }

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