#89180E

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

Shades of Falu Red #89180E

Tints of Falu Red #89180E

Color information

#89180E (or 0x89180E) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 0E. RGB value is (137,24,14). Sum of RGB (Red+Green+Blue) = 137+24+14=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89180E is #76E7F1. Grayscale: #383838. Windows color (decimal): -7792626 or 923785. OLE color: 923785.

HSL color Cylindrical-coordinate representation of color #89180E: hue angle of 4.88º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89180E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1372414-
CMYK00.820.900.46
HSL4.88º81.46%29.61%-
HSV(B)4.88º89.78%53.73%-
XYZ10.7261.01-
YUV56.65103.94185.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 14 (5.86% from 255) = 8%
R=78.29%
G=13.71%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137241400.820.900.464.8881.4629.61
Hex8918E0525A2E5511e
Octal2113016012213256512136
Binary10001001110001110010100101011010101110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89180E; }

 p { color: rgb(137,24,14); }

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

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

 a { background-color: rgb(137,24,14); }

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

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

 span { border-color: rgb(137,24,14); }

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