#891208

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

Shades of Falu Red #891208

Tints of Falu Red #891208

Color information

#891208 (or 0x891208) is unknown color: approx Falu Red. HEX triplet: 89, 12 and 08. RGB value is (137,18,8). Sum of RGB (Red+Green+Blue) = 137+18+8=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891208 is #76EDF7. Grayscale: #343434. Windows color (decimal): -7794168 or 529033. OLE color: 529033.

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

Color convert

RGB137188-
CMYK00.870.940.46
HSL4.65º88.97%28.43%-
HSV(B)4.65º94.16%53.73%-
XYZ10.585.770.79-
YUV52.44102.92188.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 84.05%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=84.05%
G=11.04%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13718800.870.940.464.6588.9728.43
Hex891280575E2E5591c
Octal2112210012713656513134
Binary10001001100101000010101111011110101110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891208; }

 p { color: rgb(137,18,8); }

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

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

 a { background-color: rgb(137,18,8); }

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

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

 span { border-color: rgb(137,18,8); }

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