#891906

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

Shades of Falu Red #891906

Tints of Falu Red #891906

Color information

#891906 (or 0x891906) is unknown color: approx Falu Red. HEX triplet: 89, 19 and 06. RGB value is (137,25,6). Sum of RGB (Red+Green+Blue) = 137+25+6=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #891906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891906 is #76E6F9. Grayscale: #383838. Windows color (decimal): -7792378 or 399753. OLE color: 399753.

HSL color Cylindrical-coordinate representation of color #891906: hue angle of 8.7º 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 #891906 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137256-
CMYK00.820.960.46
HSL8.7º91.61%28.04%-
HSV(B)8.7º95.62%53.73%-
XYZ10.76.030.77-
YUV56.3299.61185.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.55%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=81.55%
G=14.88%
B=3.57%

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
Decimal13725600.820.960.468.791.6128.04
Hex89196052602E95c1c
Octal2113160122140561113434
Binary10001001110011100101001011000001011101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891906; }

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

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

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

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

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

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

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

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