#8E2206

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

Shades of Falu Red #8E2206

Tints of Falu Red #8E2206

Color information

#8E2206 (or 0x8E2206) is unknown color: approx Falu Red. HEX triplet: 8E, 22 and 06. RGB value is (142,34,6). Sum of RGB (Red+Green+Blue) = 142+34+6=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2206 is #71DDF9. Grayscale: #3F3F3F. Windows color (decimal): -7462394 or 402062. OLE color: 402062.

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

Color convert

RGB142346-
CMYK00.760.960.44
HSL12.35º91.89%29.02%-
HSV(B)12.35º95.77%55.69%-
XYZ11.766.910.89-
YUV63.195.78184.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.02%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=78.02%
G=18.68%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14234600.760.960.4412.3591.8929.02
Hex8E22604C602Cc5c1d
Octal2164260114140541413435
Binary100011101000101100100110011000001011001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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