#8b1b00

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

Shades of Falu Red #8B1B00

Tints of Falu Red #8B1B00

Color information

#8B1B00 (or 0x8B1B00) is unknown color: approx Falu Red. HEX triplet: 8B, 1B and 00. RGB value is (139,27,0). Sum of RGB (Red+Green+Blue) = 139+27+0=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1B00 is #74E4FF. Grayscale: #393939. Windows color (decimal): -7660800 or 7051. OLE color: 7051.

HSL color Cylindrical-coordinate representation of color #8B1B00: hue angle of 11.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B1B00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB139270-
CMYK00.8110.45
HSL11.65º100%27.25%-
HSV(B)11.65º100%54.51%-
XYZ11.046.270.63-
YUV57.4195.61186.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.73%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.73%
G=16.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13927000.8110.4511.6510027.25
Hex8B1B0051642Dc641b
Octal2133300121144551414433
Binary100010111101100101000111001001011011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,27,0); }

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

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

 a { background-color: rgb(139,27,0); }

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

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

 span { border-color: rgb(139,27,0); }

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