#891F01

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

Shades of Falu Red #891F01

Tints of Falu Red #891F01

Color information

#891F01 (or 0x891F01) is unknown color: approx Falu Red. HEX triplet: 89, 1F and 01. RGB value is (137,31,1). Sum of RGB (Red+Green+Blue) = 137+31+1=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #891F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F01 is #76E0FE. Grayscale: #3B3B3B. Windows color (decimal): -7790847 or 73609. OLE color: 73609.

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

Color convert

RGB137311-
CMYK00.770.990.46
HSL13.24º98.55%27.06%-
HSV(B)13.24º99.27%53.73%-
XYZ10.816.30.67-
YUV59.2795.12183.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=81.07%
G=18.34%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13731100.770.990.4613.2498.5527.06
Hex891F104D632Ed631b
Octal2113710115143561514333
Binary100010011111110100110111000111011101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,31,1); }

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

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

 a { background-color: rgb(137,31,1); }

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

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

 span { border-color: rgb(137,31,1); }

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