#871C00

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

Shades of Falu Red #871C00

Tints of Falu Red #871C00

Color information

#871C00 (or 0x871C00) is unknown color: approx Falu Red. HEX triplet: 87, 1C and 00. RGB value is (135,28,0). Sum of RGB (Red+Green+Blue) = 135+28+0=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #871C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C00 is #78E3FF. Grayscale: #393939. Windows color (decimal): -7922688 or 7303. OLE color: 7303.

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

Color convert

RGB135280-
CMYK00.7910.47
HSL12.44º100%26.47%-
HSV(B)12.44º100%52.94%-
XYZ10.415.980.61-
YUV56.895.95183.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.82%
G=17.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13528000.7910.4712.4410026.47
Hex871C004F642Fc641a
Octal2073400117144571414432
Binary100001111110000100111111001001011111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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