#891806

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

Shades of Falu Red #891806

Tints of Falu Red #891806

Color information

#891806 (or 0x891806) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 06. RGB value is (137,24,6). Sum of RGB (Red+Green+Blue) = 137+24+6=167 (22% of max value = 765). Red value is 137 (53.91% from 255 or 82.04% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 137 - color contains mainly: red. Hex color #891806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891806 is #76E7F9. Grayscale: #373737. Windows color (decimal): -7792634 or 399497. OLE color: 399497.

HSL color Cylindrical-coordinate representation of color #891806: hue angle of 8.24º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891806 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137246-
CMYK00.820.960.46
HSL8.24º91.61%28.04%-
HSV(B)8.24º95.62%53.73%-
XYZ10.685.980.76-
YUV55.7499.94185.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.04%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=82.04%
G=14.37%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13724600.820.960.468.2491.6128.04
Hex89186052602E85c1c
Octal2113060122140561013434
Binary10001001110001100101001011000001011101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891806; }

 p { color: rgb(137,24,6); }

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

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

 a { background-color: rgb(137,24,6); }

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

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

 span { border-color: rgb(137,24,6); }

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