#891A0E

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

Shades of Falu Red #891A0E

Tints of Falu Red #891A0E

Color information

#891A0E (or 0x891A0E) is unknown color: approx Falu Red. HEX triplet: 89, 1A and 0E. RGB value is (137,26,14). Sum of RGB (Red+Green+Blue) = 137+26+14=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A0E is #76E5F1. Grayscale: #393939. Windows color (decimal): -7792114 or 924297. OLE color: 924297.

HSL color Cylindrical-coordinate representation of color #891A0E: hue angle of 5.85º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #891A0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1372614-
CMYK00.810.900.46
HSL5.85º81.46%29.61%-
HSV(B)5.85º89.78%53.73%-
XYZ10.776.091.02-
YUV57.82103.27184.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=77.40%
G=14.69%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137261400.810.900.465.8581.4629.61
Hex891AE0515A2E6511e
Octal2113216012113256612136
Binary10001001110101110010100011011010101110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891A0E; }

 p { color: rgb(137,26,14); }

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

<style>
 a { background-color: #891A0E; }

 a { background-color: rgb(137,26,14); }

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

<style>
 span { border-color: #891A0E; }

 span { border-color: rgb(137,26,14); }

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