#8E220E

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

Shades of Falu Red #8E220E

Tints of Falu Red #8E220E

Color information

#8E220E (or 0x8E220E) is unknown color: approx Falu Red. HEX triplet: 8E, 22 and 0E. RGB value is (142,34,14). Sum of RGB (Red+Green+Blue) = 142+34+14=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E220E is #71DDF1. Grayscale: #404040. Windows color (decimal): -7462386 or 926350. OLE color: 926350.

HSL color Cylindrical-coordinate representation of color #8E220E: hue angle of 9.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E220E is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1423414-
CMYK00.760.900.44
HSL9.38º82.05%30.59%-
HSV(B)9.38º90.14%55.69%-
XYZ11.816.931.13-
YUV64.0199.78183.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.74%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 14 (5.86% from 255) = 7.37%
R=74.74%
G=17.89%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142341400.760.900.449.3882.0530.59
Hex8E22E04C5A2C9521f
Octal21642160114132541112237
Binary1000111010001011100100110010110101011001001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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