#87140A

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

Shades of Falu Red #87140A

Tints of Falu Red #87140A

Color information

#87140A (or 0x87140A) is unknown color: approx Falu Red. HEX triplet: 87, 14 and 0A. RGB value is (135,20,10). Sum of RGB (Red+Green+Blue) = 135+20+10=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #87140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87140A is #78EBF5. Grayscale: #353535. Windows color (decimal): -7924726 or 660615. OLE color: 660615.

HSL color Cylindrical-coordinate representation of color #87140A: hue angle of 4.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87140A is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1352010-
CMYK00.850.930.47
HSL4.8º86.21%28.43%-
HSV(B)4.8º92.59%52.94%-
XYZ10.35.670.84-
YUV53.24103.6186.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=81.82%
G=12.12%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135201000.850.930.474.886.2128.43
Hex8714A0555D2F5561c
Octal2072412012513557512634
Binary10000111101001010010101011011101101111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87140A; }

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

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

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

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

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

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

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

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