#8B1408

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

Shades of Falu Red #8B1408

Tints of Falu Red #8B1408

Color information

#8B1408 (or 0x8B1408) is unknown color: approx Falu Red. HEX triplet: 8B, 14 and 08. RGB value is (139,20,8). Sum of RGB (Red+Green+Blue) = 139+20+8=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1408 is #74EBF7. Grayscale: #363636. Windows color (decimal): -7662584 or 529547. OLE color: 529547.

HSL color Cylindrical-coordinate representation of color #8B1408: hue angle of 5.5º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B1408 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB139208-
CMYK00.860.940.45
HSL5.5º89.12%28.82%-
HSV(B)5.5º94.24%54.51%-
XYZ10.946.010.81-
YUV54.21101.92188.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.23%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=83.23%
G=11.98%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13920800.860.940.455.589.1228.82
Hex8B1480565E2D5591d
Octal2132410012613655513135
Binary10001011101001000010101101011110101101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,8); }

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

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

 a { background-color: rgb(139,20,8); }

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

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

 span { border-color: rgb(139,20,8); }

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