#871E16

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

Shades of Falu Red #871E16

Tints of Falu Red #871E16

Color information

#871E16 (or 0x871E16) is unknown color: approx Falu Red. HEX triplet: 87, 1E and 16. RGB value is (135,30,22). Sum of RGB (Red+Green+Blue) = 135+30+22=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E16 is #78E1E9. Grayscale: #3C3C3C. Windows color (decimal): -7922154 or 1449607. OLE color: 1449607.

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

Color convert

RGB1353022-
CMYK00.780.840.47
HSL4.25º71.97%30.78%-
HSV(B)4.25º83.7%52.94%-
XYZ10.66.141.38-
YUV60.48106.29181.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=72.19%
G=16.04%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135302200.780.840.474.2571.9730.78
Hex871E1604E542F4481f
Octal2073626011612457411037
Binary100001111111010110010011101010100101111100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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