#8B1C0D

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

Shades of Falu Red #8B1C0D

Tints of Falu Red #8B1C0D

Color information

#8B1C0D (or 0x8B1C0D) is unknown color: approx Falu Red. HEX triplet: 8B, 1C and 0D. RGB value is (139,28,13). Sum of RGB (Red+Green+Blue) = 139+28+13=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C0D is #74E3F2. Grayscale: #3B3B3B. Windows color (decimal): -7660531 or 859275. OLE color: 859275.

HSL color Cylindrical-coordinate representation of color #8B1C0D: hue angle of 7.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B1C0D is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1392813-
CMYK00.800.910.45
HSL7.14º82.89%29.8%-
HSV(B)7.14º90.65%54.51%-
XYZ11.146.351.02-
YUV59.48101.77184.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 77.22%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=77.22%
G=15.56%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139281300.800.910.457.1482.8929.8
Hex8B1CD0505B2D7531e
Octal2133415012013355712336
Binary10001011111001101010100001011011101101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,13); }

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

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

 a { background-color: rgb(139,28,13); }

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

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

 span { border-color: rgb(139,28,13); }

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