#891A06

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

Shades of Falu Red #891A06

Tints of Falu Red #891A06

Color information

#891A06 (or 0x891A06) is unknown color: approx Falu Red. HEX triplet: 89, 1A and 06. RGB value is (137,26,6). Sum of RGB (Red+Green+Blue) = 137+26+6=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #891A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A06 is #76E5F9. Grayscale: #393939. Windows color (decimal): -7792122 or 400009. OLE color: 400009.

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

Color convert

RGB137266-
CMYK00.810.960.46
HSL9.16º91.61%28.04%-
HSV(B)9.16º95.62%53.73%-
XYZ10.726.070.78-
YUV56.9199.27185.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=81.07%
G=15.38%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13726600.810.960.469.1691.6128.04
Hex891A6051602E95c1c
Octal2113260121140561113434
Binary10001001110101100101000111000001011101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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