#8E2209

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

Shades of Falu Red #8E2209

Tints of Falu Red #8E2209

Color information

#8E2209 (or 0x8E2209) is unknown color: approx Falu Red. HEX triplet: 8E, 22 and 09. RGB value is (142,34,9). Sum of RGB (Red+Green+Blue) = 142+34+9=185 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.76% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2209 is #71DDF6. Grayscale: #3F3F3F. Windows color (decimal): -7462391 or 598670. OLE color: 598670.

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

Color convert

RGB142349-
CMYK00.760.940.44
HSL11.28º88.08%29.61%-
HSV(B)11.28º93.66%55.69%-
XYZ11.786.910.97-
YUV63.4497.28184.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.76%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=76.76%
G=18.38%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14234900.760.940.4411.2888.0829.61
Hex8E22904C5E2Cb581e
Octal21642110114136541313036
Binary1000111010001010010100110010111101011001011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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