#8B2106

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

Shades of Falu Red #8B2106

Tints of Falu Red #8B2106

Color information

#8B2106 (or 0x8B2106) is unknown color: approx Falu Red. HEX triplet: 8B, 21 and 06. RGB value is (139,33,6). Sum of RGB (Red+Green+Blue) = 139+33+6=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2106 is #74DEF9. Grayscale: #3D3D3D. Windows color (decimal): -7659258 or 401803. OLE color: 401803.

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

Color convert

RGB139336-
CMYK00.760.960.45
HSL12.18º91.72%28.43%-
HSV(B)12.18º95.68%54.51%-
XYZ11.226.590.85-
YUV61.6296.62183.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.09%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=78.09%
G=18.54%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933600.760.960.4512.1891.7228.43
Hex8B21604C602Dc5c1c
Octal2134160114140551413434
Binary100010111000011100100110011000001011011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,6); }

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

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

 a { background-color: rgb(139,33,6); }

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

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

 span { border-color: rgb(139,33,6); }

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