#871312

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

Shades of Falu Red #871312

Tints of Falu Red #871312

Color information

#871312 (or 0x871312) is unknown color: approx Falu Red. HEX triplet: 87, 13 and 12. RGB value is (135,19,18). Sum of RGB (Red+Green+Blue) = 135+19+18=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #871312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871312 is #78ECED. Grayscale: #353535. Windows color (decimal): -7924974 or 1184647. OLE color: 1184647.

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

Color convert

RGB1351918-
CMYK00.860.870.47
HSL0.51º76.47%30%-
HSV(B)0.51º86.67%52.94%-
XYZ10.335.661.12-
YUV53.57107.93186.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.49%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=78.49%
G=11.05%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135191800.860.870.470.5176.4730
Hex871312056572F14c1e
Octal2072322012612757111436
Binary1000011110011100100101011010101111011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871312; }

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

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

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

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

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

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

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

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