#871409

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

Shades of Falu Red #871409

Tints of Falu Red #871409

Color information

#871409 (or 0x871409) is unknown color: approx Falu Red. HEX triplet: 87, 14 and 09. RGB value is (135,20,9). Sum of RGB (Red+Green+Blue) = 135+20+9=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #871409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871409 is #78EBF6. Grayscale: #353535. Windows color (decimal): -7924727 or 595079. OLE color: 595079.

HSL color Cylindrical-coordinate representation of color #871409: hue angle of 5.24º 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 #871409 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB135209-
CMYK00.850.930.47
HSL5.24º87.5%28.24%-
HSV(B)5.24º93.33%52.94%-
XYZ10.295.670.81-
YUV53.13103.1186.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=82.32%
G=12.20%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13520900.850.930.475.2487.528.24
Hex871490555D2F5581c
Octal2072411012513557513034
Binary10000111101001001010101011011101101111101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871409; }

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

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

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

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

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

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

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

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