#891409

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

Shades of Falu Red #891409

Tints of Falu Red #891409

Color information

#891409 (or 0x891409) is unknown color: approx Falu Red. HEX triplet: 89, 14 and 09. RGB value is (137,20,9). Sum of RGB (Red+Green+Blue) = 137+20+9=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891409 is #76EBF6. Grayscale: #353535. Windows color (decimal): -7793655 or 595081. OLE color: 595081.

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

Color convert

RGB137209-
CMYK00.850.930.46
HSL5.16º87.67%28.63%-
HSV(B)5.16º93.43%53.73%-
XYZ10.625.840.83-
YUV53.73102.76187.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.53%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=82.53%
G=12.05%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13720900.850.930.465.1687.6728.63
Hex891490555D2E5581d
Octal2112411012513556513035
Binary10001001101001001010101011011101101110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891409; }

 p { color: rgb(137,20,9); }

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

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

 a { background-color: rgb(137,20,9); }

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

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

 span { border-color: rgb(137,20,9); }

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