#891E11

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

Shades of Falu Red #891E11

Tints of Falu Red #891E11

Color information

#891E11 (or 0x891E11) is unknown color: approx Falu Red. HEX triplet: 89, 1E and 11. RGB value is (137,30,17). Sum of RGB (Red+Green+Blue) = 137+30+17=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #891E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E11 is #76E1EE. Grayscale: #3C3C3C. Windows color (decimal): -7791087 or 1121929. OLE color: 1121929.

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

Color convert

RGB1373017-
CMYK00.780.880.46
HSL6.5º77.92%30.2%-
HSV(B)6.5º87.59%53.73%-
XYZ10.886.291.17-
YUV60.51103.45182.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.46%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=74.46%
G=16.30%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137301700.780.880.466.577.9230.2
Hex891E1104E582E64e1e
Octal2113621011613056611636
Binary100010011111010001010011101011000101110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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