#891E14

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

Shades of Falu Red #891E14

Tints of Falu Red #891E14

Color information

#891E14 (or 0x891E14) is unknown color: approx Falu Red. HEX triplet: 89, 1E and 14. RGB value is (137,30,20). Sum of RGB (Red+Green+Blue) = 137+30+20=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E14 is #76E1EB. Grayscale: #3D3D3D. Windows color (decimal): -7791084 or 1318537. OLE color: 1318537.

HSL color Cylindrical-coordinate representation of color #891E14: hue angle of 5.13º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891E14 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1373020-
CMYK00.780.850.46
HSL5.13º74.52%30.78%-
HSV(B)5.13º85.4%53.73%-
XYZ10.916.31.3-
YUV60.85104.95182.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 73.26%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=73.26%
G=16.04%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137302000.780.850.465.1374.5230.78
Hex891E1404E552E54b1f
Octal2113624011612556511337
Binary100010011111010100010011101010101101110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,30,20); }

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

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

 a { background-color: rgb(137,30,20); }

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

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

 span { border-color: rgb(137,30,20); }

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