#8E1608

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

Shades of Falu Red #8E1608

Tints of Falu Red #8E1608

Color information

#8E1608 (or 0x8E1608) is unknown color: approx Falu Red. HEX triplet: 8E, 16 and 08. RGB value is (142,22,8). Sum of RGB (Red+Green+Blue) = 142+22+8=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1608 is #71E9F7. Grayscale: #383838. Windows color (decimal): -7465464 or 530062. OLE color: 530062.

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

Color convert

RGB142228-
CMYK00.850.940.44
HSL6.27º89.33%29.41%-
HSV(B)6.27º94.37%55.69%-
XYZ11.496.340.85-
YUV56.28100.76189.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=82.56%
G=12.79%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14222800.850.940.446.2789.3329.41
Hex8E1680555E2C6591d
Octal2162610012513654613135
Binary10001110101101000010101011011110101100110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,8); }

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

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

 a { background-color: rgb(142,22,8); }

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

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

 span { border-color: rgb(142,22,8); }

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