#871604

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

Shades of Falu Red #871604

Tints of Falu Red #871604

Color information

#871604 (or 0x871604) is unknown color: approx Falu Red. HEX triplet: 87, 16 and 04. RGB value is (135,22,4). Sum of RGB (Red+Green+Blue) = 135+22+4=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #871604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871604 is #78E9FB. Grayscale: #353535. Windows color (decimal): -7924220 or 267911. OLE color: 267911.

HSL color Cylindrical-coordinate representation of color #871604: hue angle of 8.24º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #871604 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB135224-
CMYK00.840.970.47
HSL8.24º94.24%27.25%-
HSV(B)8.24º97.04%52.94%-
XYZ10.35.730.68-
YUV53.7499.94185.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=83.85%
G=13.66%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13522400.840.970.478.2494.2427.25
Hex87164054612F85e1b
Octal2072640124141571013633
Binary10000111101101000101010011000011011111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871604; }

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

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

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

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

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

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

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

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