#8B140F

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

Shades of Falu Red #8B140F

Tints of Falu Red #8B140F

Color information

#8B140F (or 0x8B140F) is unknown color: approx Falu Red. HEX triplet: 8B, 14 and 0F. RGB value is (139,20,15). Sum of RGB (Red+Green+Blue) = 139+20+15=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B140F is #74EBF0. Grayscale: #373737. Windows color (decimal): -7662577 or 988299. OLE color: 988299.

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

Color convert

RGB1392015-
CMYK00.860.890.45
HSL2.42º80.52%30.2%-
HSV(B)2.42º89.21%54.51%-
XYZ10.986.021.04-
YUV55.01105.42187.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=79.89%
G=11.49%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139201500.860.890.452.4280.5230.2
Hex8B14F056592D2511e
Octal2132417012613155212136
Binary1000101110100111101010110101100110110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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