#871209

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

Shades of Falu Red #871209

Tints of Falu Red #871209

Color information

#871209 (or 0x871209) is unknown color: approx Falu Red. HEX triplet: 87, 12 and 09. RGB value is (135,18,9). Sum of RGB (Red+Green+Blue) = 135+18+9=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #871209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871209 is #78EDF6. Grayscale: #343434. Windows color (decimal): -7925239 or 594567. OLE color: 594567.

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

Color convert

RGB135189-
CMYK00.870.930.47
HSL4.29º87.5%28.24%-
HSV(B)4.29º93.33%52.94%-
XYZ10.265.60.8-
YUV51.96103.76187.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.33%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=83.33%
G=11.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13518900.870.930.474.2987.528.24
Hex871290575D2F4581c
Octal2072211012713557413034
Binary10000111100101001010101111011101101111100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871209; }

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

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

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

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

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

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

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

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