#871F16

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

Shades of Falu Red #871F16

Tints of Falu Red #871F16

Color information

#871F16 (or 0x871F16) is unknown color: approx Falu Red. HEX triplet: 87, 1F and 16. RGB value is (135,31,22). Sum of RGB (Red+Green+Blue) = 135+31+22=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871F16 is #78E0E9. Grayscale: #3D3D3D. Windows color (decimal): -7921898 or 1449863. OLE color: 1449863.

HSL color Cylindrical-coordinate representation of color #871F16: hue angle of 4.78º 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 #871F16 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1353122-
CMYK00.770.840.47
HSL4.78º71.97%30.78%-
HSV(B)4.78º83.7%52.94%-
XYZ10.636.191.39-
YUV61.07105.96180.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=71.81%
G=16.49%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135312200.770.840.474.7871.9730.78
Hex871F1604D542F5481f
Octal2073726011512457511037
Binary100001111111110110010011011010100101111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871F16; }

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

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

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

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

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

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

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

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