#871609

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

Shades of Falu Red #871609

Tints of Falu Red #871609

Color information

#871609 (or 0x871609) is unknown color: approx Falu Red. HEX triplet: 87, 16 and 09. RGB value is (135,22,9). Sum of RGB (Red+Green+Blue) = 135+22+9=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871609 is #78E9F6. Grayscale: #363636. Windows color (decimal): -7924215 or 595591. OLE color: 595591.

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

Color convert

RGB135229-
CMYK00.840.930.47
HSL6.19º87.5%28.24%-
HSV(B)6.19º93.33%52.94%-
XYZ10.335.740.82-
YUV54.3102.44185.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.33%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=81.33%
G=13.25%
B=5.42%

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
Decimal13522900.840.930.476.1987.528.24
Hex871690545D2F6581c
Octal2072611012413557613034
Binary10000111101101001010101001011101101111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871609; }

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

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

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

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

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

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

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

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