#8F2209

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

Shades of Falu Red #8F2209

Tints of Falu Red #8F2209

Color information

#8F2209 (or 0x8F2209) is unknown color: approx Falu Red. HEX triplet: 8F, 22 and 09. RGB value is (143,34,9). Sum of RGB (Red+Green+Blue) = 143+34+9=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2209 is #70DDF6. Grayscale: #3F3F3F. Windows color (decimal): -7396855 or 598671. OLE color: 598671.

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

Color convert

RGB143349-
CMYK00.760.940.44
HSL11.19º88.16%29.8%-
HSV(B)11.19º93.71%56.08%-
XYZ11.9570.98-
YUV63.7497.11184.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.88%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=76.88%
G=18.28%
B=4.84%

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
Decimal14334900.760.940.4411.1988.1629.8
Hex8F22904C5E2Cb581e
Octal21742110114136541313036
Binary1000111110001010010100110010111101011001011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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