#871310

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

Shades of Falu Red #871310

Tints of Falu Red #871310

Color information

#871310 (or 0x871310) is unknown color: approx Falu Red. HEX triplet: 87, 13 and 10. RGB value is (135,19,16). Sum of RGB (Red+Green+Blue) = 135+19+16=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #871310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871310 is #78ECEF. Grayscale: #353535. Windows color (decimal): -7924976 or 1053575. OLE color: 1053575.

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

Color convert

RGB1351916-
CMYK00.860.880.47
HSL1.51º78.81%29.61%-
HSV(B)1.51º88.15%52.94%-
XYZ10.325.651.04-
YUV53.34106.93186.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.41%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=79.41%
G=11.18%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135191600.860.880.471.5178.8129.61
Hex871310056582F24f1e
Octal2072320012613057211736
Binary10000111100111000001010110101100010111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871310; }

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

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

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

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

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

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

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

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