#8E1804

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

Shades of Falu Red #8E1804

Tints of Falu Red #8E1804

Color information

#8E1804 (or 0x8E1804) is unknown color: approx Falu Red. HEX triplet: 8E, 18 and 04. RGB value is (142,24,4). Sum of RGB (Red+Green+Blue) = 142+24+4=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1804 is #71E7FB. Grayscale: #393939. Windows color (decimal): -7464956 or 268430. OLE color: 268430.

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

Color convert

RGB142244-
CMYK00.830.970.44
HSL8.7º94.52%28.63%-
HSV(B)8.7º97.18%55.69%-
XYZ11.56.410.75-
YUV5798.09188.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 83.53%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=83.53%
G=14.12%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14224400.830.970.448.794.5228.63
Hex8E184053612C95f1d
Octal2163040123141541113735
Binary10001110110001000101001111000011011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,4); }

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

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

 a { background-color: rgb(142,24,4); }

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

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

 span { border-color: rgb(142,24,4); }

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