#8E1706

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

Shades of Falu Red #8E1706

Tints of Falu Red #8E1706

Color information

#8E1706 (or 0x8E1706) is unknown color: approx Falu Red. HEX triplet: 8E, 17 and 06. RGB value is (142,23,6). Sum of RGB (Red+Green+Blue) = 142+23+6=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1706 is #71E8F9. Grayscale: #383838. Windows color (decimal): -7465210 or 399246. OLE color: 399246.

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

Color convert

RGB142236-
CMYK00.840.960.44
HSL7.5º91.89%29.02%-
HSV(B)7.5º95.77%55.69%-
XYZ11.496.380.8-
YUV56.6499.42188.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 83.04%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=83.04%
G=13.45%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14223600.840.960.447.591.8929.02
Hex8E176054602C85c1d
Octal2162760124140541013435
Binary10001110101111100101010011000001011001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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