#8b1211

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

Shades of Falu Red #8B1211

Tints of Falu Red #8B1211

Color information

#8B1211 (or 0x8B1211) is unknown color: approx Falu Red. HEX triplet: 8B, 12 and 11. RGB value is (139,18,17). Sum of RGB (Red+Green+Blue) = 139+18+17=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1211 is #74EDEE. Grayscale: #363636. Windows color (decimal): -7663087 or 1118859. OLE color: 1118859.

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

Color convert

RGB1391817-
CMYK00.870.880.45
HSL0.49º78.21%30.59%-
HSV(B)0.49º87.77%54.51%-
XYZ10.965.961.1-
YUV54.06107.09188.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=79.89%
G=10.34%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139181700.870.880.450.4978.2130.59
Hex8B1211057582D04e1f
Octal2132221012713055011637
Binary1000101110010100010101011110110001011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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