#8E1A0E

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

Shades of Falu Red #8E1A0E

Tints of Falu Red #8E1A0E

Color information

#8E1A0E (or 0x8E1A0E) is unknown color: approx Falu Red. HEX triplet: 8E, 1A and 0E. RGB value is (142,26,14). Sum of RGB (Red+Green+Blue) = 142+26+14=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A0E is #71E5F1. Grayscale: #3B3B3B. Windows color (decimal): -7464434 or 924302. OLE color: 924302.

HSL color Cylindrical-coordinate representation of color #8E1A0E: hue angle of 5.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E1A0E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1422614-
CMYK00.820.900.44
HSL5.62º82.05%30.59%-
HSV(B)5.62º90.14%55.69%-
XYZ11.66.521.06-
YUV59.32102.43186.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.02%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=78.02%
G=14.29%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142261400.820.900.445.6282.0530.59
Hex8E1AE0525A2C6521f
Octal2163216012213254612237
Binary10001110110101110010100101011010101100110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E1A0E; }

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

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

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

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

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

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

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

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