#871010

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

Shades of Falu Red #871010

Tints of Falu Red #871010

Color information

#871010 (or 0x871010) is unknown color: approx Falu Red. HEX triplet: 87, 10 and 10. RGB value is (135,16,16). Sum of RGB (Red+Green+Blue) = 135+16+16=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #871010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871010 is #78EFEF. Grayscale: #333333. Windows color (decimal): -7925744 or 1052807. OLE color: 1052807.

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

Color convert

RGB1351616-
CMYK00.880.880.47
HSL78.81%29.61%-
HSV(B)88.15%52.94%-
XYZ10.275.561.02-
YUV51.58107.92187.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.84%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=80.84%
G=9.58%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135161600.880.880.47078.8129.61
Hex871010058582F04f1e
Octal2072020013013057011736
Binary1000011110000100000101100010110001011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871010; }

 p { color: rgb(135,16,16); }

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

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

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

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

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

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

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