#871F08

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

Shades of Falu Red #871F08

Tints of Falu Red #871F08

Color information

#871F08 (or 0x871F08) is unknown color: approx Falu Red. HEX triplet: 87, 1F and 08. RGB value is (135,31,8). Sum of RGB (Red+Green+Blue) = 135+31+8=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #871F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871F08 is #78E0F7. Grayscale: #3B3B3B. Windows color (decimal): -7921912 or 532359. OLE color: 532359.

HSL color Cylindrical-coordinate representation of color #871F08: hue angle of 10.87º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #871F08 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB135318-
CMYK00.770.940.47
HSL10.87º88.81%28.04%-
HSV(B)10.87º94.07%52.94%-
XYZ10.536.150.86-
YUV59.4798.96181.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=77.59%
G=17.82%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13531800.770.940.4710.8788.8128.04
Hex871F804D5E2Fb591c
Octal20737100115136571313134
Binary100001111111110000100110110111101011111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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