#8B2209

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

Shades of Falu Red #8B2209

Tints of Falu Red #8B2209

Color information

#8B2209 (or 0x8B2209) is unknown color: approx Falu Red. HEX triplet: 8B, 22 and 09. RGB value is (139,34,9). Sum of RGB (Red+Green+Blue) = 139+34+9=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2209 is #74DDF6. Grayscale: #3E3E3E. Windows color (decimal): -7658999 or 598667. OLE color: 598667.

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

Color convert

RGB139349-
CMYK00.760.940.45
HSL11.54º87.84%29.02%-
HSV(B)11.54º93.53%54.51%-
XYZ11.276.650.95-
YUV62.5497.79182.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.37%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=76.37%
G=18.68%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13934900.760.940.4511.5487.8429.02
Hex8B22904C5E2Dc581d
Octal21342110114136551413035
Binary1000101110001010010100110010111101011011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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