#871E13

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

Shades of Falu Red #871E13

Tints of Falu Red #871E13

Color information

#871E13 (or 0x871E13) is unknown color: approx Falu Red. HEX triplet: 87, 1E and 13. RGB value is (135,30,19). Sum of RGB (Red+Green+Blue) = 135+30+19=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #871E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E13 is #78E1EC. Grayscale: #3C3C3C. Windows color (decimal): -7922157 or 1252999. OLE color: 1252999.

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

Color convert

RGB1353019-
CMYK00.780.860.47
HSL5.69º75.32%30.2%-
HSV(B)5.69º85.93%52.94%-
XYZ10.576.131.24-
YUV60.14104.79181.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.37%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=73.37%
G=16.30%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135301900.780.860.475.6975.3230.2
Hex871E1304E562F64b1e
Octal2073623011612657611336
Binary100001111111010011010011101010110101111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871E13; }

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

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

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

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

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

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

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

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