#8B0F0E

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

Shades of Falu Red #8B0F0E

Tints of Falu Red #8B0F0E

Color information

#8B0F0E (or 0x8B0F0E) is unknown color: approx Falu Red. HEX triplet: 8B, 0F and 0E. RGB value is (139,15,14). Sum of RGB (Red+Green+Blue) = 139+15+14=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0F0E is #74F0F1. Grayscale: #343434. Windows color (decimal): -7663858 or 921483. OLE color: 921483.

HSL color Cylindrical-coordinate representation of color #8B0F0E: hue angle of 0.48º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0F0E is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1391514-
CMYK00.890.900.45
HSL0.48º81.7%30%-
HSV(B)0.48º89.93%54.51%-
XYZ10.95.860.97-
YUV51.96106.58190.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 82.74%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=82.74%
G=8.93%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139151400.890.900.450.4881.730
Hex8BFE0595A2D0521e
Octal2131716013113255012236
Binary10001011111111100101100110110101011010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,14); }

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

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

 a { background-color: rgb(139,15,14); }

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

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

 span { border-color: rgb(139,15,14); }

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