#871a0e

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

Shades of Falu Red #871A0E

Tints of Falu Red #871A0E

Color information

#871A0E (or 0x871A0E) is unknown color: approx Falu Red. HEX triplet: 87, 1A and 0E. RGB value is (135,26,14). Sum of RGB (Red+Green+Blue) = 135+26+14=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A0E is #78E5F1. Grayscale: #393939. Windows color (decimal): -7923186 or 924295. OLE color: 924295.

HSL color Cylindrical-coordinate representation of color #871A0E: hue angle of 5.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871A0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1352614-
CMYK00.810.900.47
HSL5.95º81.21%29.22%-
HSV(B)5.95º89.63%52.94%-
XYZ10.445.921.01-
YUV57.22103.61183.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 14 (5.86% from 255) = 8%
R=77.14%
G=14.86%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135261400.810.900.475.9581.2129.22
Hex871AE0515A2F6511d
Octal2073216012113257612135
Binary10000111110101110010100011011010101111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871a0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,26,14); }

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

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

 a { background-color: rgb(135,26,14); }

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

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

 span { border-color: rgb(135,26,14); }

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