#8B2006

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

Shades of Falu Red #8B2006

Tints of Falu Red #8B2006

Color information

#8B2006 (or 0x8B2006) is unknown color: approx Falu Red. HEX triplet: 8B, 20 and 06. RGB value is (139,32,6). Sum of RGB (Red+Green+Blue) = 139+32+6=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2006 is #74DFF9. Grayscale: #3D3D3D. Windows color (decimal): -7659514 or 401547. OLE color: 401547.

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

Color convert

RGB139326-
CMYK00.770.960.45
HSL11.73º91.72%28.43%-
HSV(B)11.73º95.68%54.51%-
XYZ11.26.540.84-
YUV61.0396.95183.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.53%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=78.53%
G=18.08%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13932600.770.960.4511.7391.7228.43
Hex8B20604D602Dc5c1c
Octal2134060115140551413434
Binary100010111000001100100110111000001011011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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