#871512

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

Shades of Falu Red #871512

Tints of Falu Red #871512

Color information

#871512 (or 0x871512) is unknown color: approx Falu Red. HEX triplet: 87, 15 and 12. RGB value is (135,21,18). Sum of RGB (Red+Green+Blue) = 135+21+18=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #871512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871512 is #78EAED. Grayscale: #363636. Windows color (decimal): -7924462 or 1185159. OLE color: 1185159.

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

Color convert

RGB1352118-
CMYK00.840.870.47
HSL1.54º76.47%30%-
HSV(B)1.54º86.67%52.94%-
XYZ10.375.731.13-
YUV54.74107.27185.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=77.59%
G=12.07%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135211800.840.870.471.5476.4730
Hex871512054572F24c1e
Octal2072522012412757211436
Binary10000111101011001001010100101011110111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871512; }

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

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

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

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

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

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

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

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