#8E1A07

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

Shades of Falu Red #8E1A07

Tints of Falu Red #8E1A07

Color information

#8E1A07 (or 0x8E1A07) is unknown color: approx Falu Red. HEX triplet: 8E, 1A and 07. RGB value is (142,26,7). Sum of RGB (Red+Green+Blue) = 142+26+7=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A07 is #71E5F8. Grayscale: #3A3A3A. Windows color (decimal): -7464441 or 465550. OLE color: 465550.

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

Color convert

RGB142267-
CMYK00.820.950.44
HSL8.44º90.6%29.22%-
HSV(B)8.44º95.07%55.69%-
XYZ11.566.50.85-
YUV58.5298.93187.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.14%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 7 (3.12% from 255) = 4%
R=81.14%
G=14.86%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14226700.820.950.448.4490.629.22
Hex8E1A70525F2C85b1d
Octal2163270122137541013335
Binary10001110110101110101001010111111011001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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