#8B1A05

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

Shades of Falu Red #8B1A05

Tints of Falu Red #8B1A05

Color information

#8B1A05 (or 0x8B1A05) is unknown color: approx Falu Red. HEX triplet: 8B, 1A and 05. RGB value is (139,26,5). Sum of RGB (Red+Green+Blue) = 139+26+5=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1A05 is #74E5FA. Grayscale: #393939. Windows color (decimal): -7661051 or 334475. OLE color: 334475.

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

Color convert

RGB139265-
CMYK00.810.960.45
HSL9.4º93.06%28.24%-
HSV(B)9.4º96.4%54.51%-
XYZ11.046.240.77-
YUV57.3998.44186.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 81.76%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=81.76%
G=15.29%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926500.810.960.459.493.0628.24
Hex8B1A5051602D95d1c
Octal2133250121140551113534
Binary10001011110101010101000111000001011011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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