#871412

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

Shades of Falu Red #871412

Tints of Falu Red #871412

Color information

#871412 (or 0x871412) is unknown color: approx Falu Red. HEX triplet: 87, 14 and 12. RGB value is (135,20,18). Sum of RGB (Red+Green+Blue) = 135+20+18=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #871412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871412 is #78EBED. Grayscale: #363636. Windows color (decimal): -7924718 or 1184903. OLE color: 1184903.

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

Color convert

RGB1352018-
CMYK00.850.870.47
HSL1.03º76.47%30%-
HSV(B)1.03º86.67%52.94%-
XYZ10.355.691.13-
YUV54.16107.6185.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=78.03%
G=11.56%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135201800.850.870.471.0376.4730
Hex871412055572F14c1e
Octal2072422012512757111436
Binary1000011110100100100101010110101111011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871412; }

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

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

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

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

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

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

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

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