#8b1a11

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

Shades of Falu Red #8B1A11

Tints of Falu Red #8B1A11

Color information

#8B1A11 (or 0x8B1A11) is unknown color: approx Falu Red. HEX triplet: 8B, 1A and 11. RGB value is (139,26,17). Sum of RGB (Red+Green+Blue) = 139+26+17=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A11 is #74E5EE. Grayscale: #3A3A3A. Windows color (decimal): -7661039 or 1120907. OLE color: 1120907.

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

Color convert

RGB1392617-
CMYK00.810.880.45
HSL4.43º78.21%30.59%-
HSV(B)4.43º87.77%54.51%-
XYZ11.126.271.15-
YUV58.76104.44185.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.37%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=76.37%
G=14.29%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139261700.810.880.454.4378.2130.59
Hex8B1A11051582D44e1f
Octal2133221012113055411637
Binary100010111101010001010100011011000101101100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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