#871504

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

Shades of Falu Red #871504

Tints of Falu Red #871504

Color information

#871504 (or 0x871504) is unknown color: approx Falu Red. HEX triplet: 87, 15 and 04. RGB value is (135,21,4). Sum of RGB (Red+Green+Blue) = 135+21+4=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #871504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871504 is #78EAFB. Grayscale: #353535. Windows color (decimal): -7924476 or 267655. OLE color: 267655.

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

Color convert

RGB135214-
CMYK00.840.970.47
HSL7.79º94.24%27.25%-
HSV(B)7.79º97.04%52.94%-
XYZ10.285.70.67-
YUV53.15100.27186.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.38%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=84.38%
G=13.12%
B=2.5%

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
Decimal13521400.840.970.477.7994.2427.25
Hex87154054612F85e1b
Octal2072540124141571013633
Binary10000111101011000101010011000011011111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871504; }

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

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

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

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

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

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

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

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