#8B1E05

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

Shades of Falu Red #8B1E05

Tints of Falu Red #8B1E05

Color information

#8B1E05 (or 0x8B1E05) is unknown color: approx Falu Red. HEX triplet: 8B, 1E and 05. RGB value is (139,30,5). Sum of RGB (Red+Green+Blue) = 139+30+5=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E05 is #74E1FA. Grayscale: #3B3B3B. Windows color (decimal): -7660027 or 335499. OLE color: 335499.

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

Color convert

RGB139305-
CMYK00.780.960.45
HSL11.19º93.06%28.24%-
HSV(B)11.19º96.4%54.51%-
XYZ11.146.430.8-
YUV59.7497.11184.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=79.89%
G=17.24%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13930500.780.960.4511.1993.0628.24
Hex8B1E504E602Db5d1c
Octal2133650116140551313534
Binary10001011111101010100111011000001011011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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