#8B160B

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

Shades of Falu Red #8B160B

Tints of Falu Red #8B160B

Color information

#8B160B (or 0x8B160B) is unknown color: approx Falu Red. HEX triplet: 8B, 16 and 0B. RGB value is (139,22,11). Sum of RGB (Red+Green+Blue) = 139+22+11=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B160B is #74E9F4. Grayscale: #373737. Windows color (decimal): -7662069 or 726667. OLE color: 726667.

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

Color convert

RGB1392211-
CMYK00.840.920.45
HSL5.16º85.33%29.41%-
HSV(B)5.16º92.09%54.51%-
XYZ10.996.090.91-
YUV55.73102.76187.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.81%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=80.81%
G=12.79%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139221100.840.920.455.1685.3329.41
Hex8B16B0545C2D5551d
Octal2132613012413455512535
Binary10001011101101011010101001011100101101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,11); }

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

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

 a { background-color: rgb(139,22,11); }

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

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

 span { border-color: rgb(139,22,11); }

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