#8E1806

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

Shades of Falu Red #8E1806

Tints of Falu Red #8E1806

Color information

#8E1806 (or 0x8E1806) is unknown color: approx Falu Red. HEX triplet: 8E, 18 and 06. RGB value is (142,24,6). Sum of RGB (Red+Green+Blue) = 142+24+6=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1806 is #71E7F9. Grayscale: #393939. Windows color (decimal): -7464954 or 399502. OLE color: 399502.

HSL color Cylindrical-coordinate representation of color #8E1806: hue angle of 7.94º 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 #8E1806 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142246-
CMYK00.830.960.44
HSL7.94º91.89%29.02%-
HSV(B)7.94º95.77%55.69%-
XYZ11.516.420.8-
YUV57.2399.09188.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=82.56%
G=13.95%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14224600.830.960.447.9491.8929.02
Hex8E186053602C85c1d
Octal2163060123140541013435
Binary10001110110001100101001111000001011001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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