#871C1A

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

Shades of Falu Red #871C1A

Tints of Falu Red #871C1A

Color information

#871C1A (or 0x871C1A) is unknown color: approx Falu Red. HEX triplet: 87, 1C and 1A. RGB value is (135,28,26). Sum of RGB (Red+Green+Blue) = 135+28+26=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #871C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C1A is #78E3E5. Grayscale: #3B3B3B. Windows color (decimal): -7922662 or 1711239. OLE color: 1711239.

HSL color Cylindrical-coordinate representation of color #871C1A: hue angle of 1.1º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871C1A is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1352826-
CMYK00.790.810.47
HSL1.1º67.7%31.57%-
HSV(B)1.1º80.74%52.94%-
XYZ10.596.061.59-
YUV59.76108.95181.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=71.43%
G=14.81%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135282600.790.810.471.167.731.57
Hex871C1A04F512F14420
Octal2073432011712157110440
Binary10000111111001101001001111101000110111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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