#871509

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

Shades of Falu Red #871509

Tints of Falu Red #871509

Color information

#871509 (or 0x871509) is unknown color: approx Falu Red. HEX triplet: 87, 15 and 09. RGB value is (135,21,9). Sum of RGB (Red+Green+Blue) = 135+21+9=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #871509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871509 is #78EAF6. Grayscale: #353535. Windows color (decimal): -7924471 or 595335. OLE color: 595335.

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

Color convert

RGB135219-
CMYK00.840.930.47
HSL5.71º87.5%28.24%-
HSV(B)5.71º93.33%52.94%-
XYZ10.315.710.82-
YUV53.72102.77185.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=81.82%
G=12.73%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521900.840.930.475.7187.528.24
Hex871590545D2F6581c
Octal2072511012413557613034
Binary10000111101011001010101001011101101111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871509; }

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

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

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

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

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

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

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

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