#871D1A

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

Shades of Falu Red #871D1A

Tints of Falu Red #871D1A

Color information

#871D1A (or 0x871D1A) is unknown color: approx Falu Red. HEX triplet: 87, 1D and 1A. RGB value is (135,29,26). Sum of RGB (Red+Green+Blue) = 135+29+26=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #871D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D1A is #78E2E5. Grayscale: #3C3C3C. Windows color (decimal): -7922406 or 1711495. OLE color: 1711495.

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

Color convert

RGB1352926-
CMYK00.790.810.47
HSL1.65º67.7%31.57%-
HSV(B)1.65º80.74%52.94%-
XYZ10.626.11.6-
YUV60.35108.62181.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=71.05%
G=15.26%
B=13.68%

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
Decimal135292600.790.810.471.6567.731.57
Hex871D1A04F512F24420
Octal2073532011712157210440
Binary100001111110111010010011111010001101111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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