#871F0D

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

Shades of Falu Red #871F0D

Tints of Falu Red #871F0D

Color information

#871F0D (or 0x871F0D) is unknown color: approx Falu Red. HEX triplet: 87, 1F and 0D. RGB value is (135,31,13). Sum of RGB (Red+Green+Blue) = 135+31+13=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #871F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871F0D is #78E0F2. Grayscale: #3C3C3C. Windows color (decimal): -7921907 or 860039. OLE color: 860039.

HSL color Cylindrical-coordinate representation of color #871F0D: hue angle of 8.85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871F0D is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1353113-
CMYK00.770.900.47
HSL8.85º82.43%29.02%-
HSV(B)8.85º90.37%52.94%-
XYZ10.556.161.01-
YUV60.04101.46181.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.42%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=75.42%
G=17.32%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135311300.770.900.478.8582.4329.02
Hex871FD04D5A2F9521d
Octal20737150115132571112235
Binary100001111111111010100110110110101011111001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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