#871E00

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

Shades of Falu Red #871E00

Tints of Falu Red #871E00

Color information

#871E00 (or 0x871E00) is unknown color: approx Falu Red. HEX triplet: 87, 1E and 00. RGB value is (135,30,0). Sum of RGB (Red+Green+Blue) = 135+30+0=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #871E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E00 is #78E1FF. Grayscale: #3A3A3A. Windows color (decimal): -7922176 or 7815. OLE color: 7815.

HSL color Cylindrical-coordinate representation of color #871E00: hue angle of 13.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871E00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135300-
CMYK00.7810.47
HSL13.33º100%26.47%-
HSV(B)13.33º100%52.94%-
XYZ10.466.080.62-
YUV57.9795.29182.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13530000.7810.4713.3310026.47
Hex871E004E642Fd641a
Octal2073600116144571514432
Binary100001111111000100111011001001011111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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