#8B1209

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

Shades of Falu Red #8B1209

Tints of Falu Red #8B1209

Color information

#8B1209 (or 0x8B1209) is unknown color: approx Falu Red. HEX triplet: 8B, 12 and 09. RGB value is (139,18,9). Sum of RGB (Red+Green+Blue) = 139+18+9=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1209 is #74EDF6. Grayscale: #353535. Windows color (decimal): -7663095 or 594571. OLE color: 594571.

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

Color convert

RGB139189-
CMYK00.870.940.45
HSL4.15º87.84%29.02%-
HSV(B)4.15º93.53%54.51%-
XYZ10.915.940.83-
YUV53.15103.09189.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.73%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=83.73%
G=10.84%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13918900.870.940.454.1587.8429.02
Hex8B1290575E2D4581d
Octal2132211012713655413035
Binary10001011100101001010101111011110101101100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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