#871914

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

Shades of Falu Red #871914

Tints of Falu Red #871914

Color information

#871914 (or 0x871914) is unknown color: approx Falu Red. HEX triplet: 87, 19 and 14. RGB value is (135,25,20). Sum of RGB (Red+Green+Blue) = 135+25+20=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #871914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871914 is #78E6EB. Grayscale: #393939. Windows color (decimal): -7923436 or 1317255. OLE color: 1317255.

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

Color convert

RGB1352520-
CMYK00.810.850.47
HSL2.61º74.19%30.39%-
HSV(B)2.61º85.19%52.94%-
XYZ10.475.91.25-
YUV57.32106.94183.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=75%
G=13.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135252000.810.850.472.6174.1930.39
Hex871914051552F34a1e
Octal2073124012112557311236
Binary10000111110011010001010001101010110111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871914; }

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

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

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

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

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

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

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

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