#8B1A19

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

Shades of Falu Red #8B1A19

Tints of Falu Red #8B1A19

Color information

#8B1A19 (or 0x8B1A19) is unknown color: approx Falu Red. HEX triplet: 8B, 1A and 19. RGB value is (139,26,25). Sum of RGB (Red+Green+Blue) = 139+26+25=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A19 is #74E5E6. Grayscale: #3B3B3B. Windows color (decimal): -7661031 or 1645195. OLE color: 1645195.

HSL color Cylindrical-coordinate representation of color #8B1A19: hue angle of 0.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1A19 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1392625-
CMYK00.810.820.45
HSL0.53º69.51%32.16%-
HSV(B)0.53º82.01%54.51%-
XYZ11.196.31.55-
YUV59.67108.44184.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=73.16%
G=13.68%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139262500.810.820.450.5369.5132.16
Hex8B1A19051522D14620
Octal2133231012112255110640
Binary10001011110101100101010001101001010110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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