#871F09

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

Shades of Falu Red #871F09

Tints of Falu Red #871F09

Color information

#871F09 (or 0x871F09) is unknown color: approx Falu Red. HEX triplet: 87, 1F and 09. RGB value is (135,31,9). Sum of RGB (Red+Green+Blue) = 135+31+9=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871F09 is #78E0F6. Grayscale: #3B3B3B. Windows color (decimal): -7921911 or 597895. OLE color: 597895.

HSL color Cylindrical-coordinate representation of color #871F09: hue angle of 10.48º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #871F09 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB135319-
CMYK00.770.930.47
HSL10.48º87.5%28.24%-
HSV(B)10.48º93.33%52.94%-
XYZ10.536.150.89-
YUV59.5999.46181.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=77.14%
G=17.71%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13531900.770.930.4710.4887.528.24
Hex871F904D5D2Fa581c
Octal20737110115135571213034
Binary100001111111110010100110110111011011111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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