#871507

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

Shades of Falu Red #871507

Tints of Falu Red #871507

Color information

#871507 (or 0x871507) is unknown color: approx Falu Red. HEX triplet: 87, 15 and 07. RGB value is (135,21,7). Sum of RGB (Red+Green+Blue) = 135+21+7=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #871507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871507 is #78EAF8. Grayscale: #353535. Windows color (decimal): -7924473 or 464263. OLE color: 464263.

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

Color convert

RGB135217-
CMYK00.840.950.47
HSL6.56º90.14%27.84%-
HSV(B)6.56º94.81%52.94%-
XYZ10.35.70.76-
YUV53.49101.77186.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=82.82%
G=12.88%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521700.840.950.476.5690.1427.84
Hex871570545F2F75a1c
Octal207257012413757713234
Binary1000011110101111010101001011111101111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871507; }

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

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

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

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

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

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

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

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