#8B1809

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

Shades of Falu Red #8B1809

Tints of Falu Red #8B1809

Color information

#8B1809 (or 0x8B1809) is unknown color: approx Falu Red. HEX triplet: 8B, 18 and 09. RGB value is (139,24,9). Sum of RGB (Red+Green+Blue) = 139+24+9=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1809 is #74E7F6. Grayscale: #383838. Windows color (decimal): -7661559 or 596107. OLE color: 596107.

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

Color convert

RGB139249-
CMYK00.830.940.45
HSL6.92º87.84%29.02%-
HSV(B)6.92º93.53%54.51%-
XYZ11.026.160.87-
YUV56.68101.1186.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.81%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=80.81%
G=13.95%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13924900.830.940.456.9287.8429.02
Hex8B1890535E2D7581d
Octal2133011012313655713035
Binary10001011110001001010100111011110101101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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