#8E1906

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

Shades of Falu Red #8E1906

Tints of Falu Red #8E1906

Color information

#8E1906 (or 0x8E1906) is unknown color: approx Falu Red. HEX triplet: 8E, 19 and 06. RGB value is (142,25,6). Sum of RGB (Red+Green+Blue) = 142+25+6=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1906 is #71E6F9. Grayscale: #3A3A3A. Windows color (decimal): -7464698 or 399758. OLE color: 399758.

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

Color convert

RGB142256-
CMYK00.820.960.44
HSL8.38º91.89%29.02%-
HSV(B)8.38º95.77%55.69%-
XYZ11.546.460.81-
YUV57.8298.76188.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.08%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=82.08%
G=14.45%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14225600.820.960.448.3891.8929.02
Hex8E196052602C85c1d
Octal2163160122140541013435
Binary10001110110011100101001011000001011001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,6); }

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

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

 a { background-color: rgb(142,25,6); }

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

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

 span { border-color: rgb(142,25,6); }

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