#89120F

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

Shades of Falu Red #89120F

Tints of Falu Red #89120F

Color information

#89120F (or 0x89120F) is unknown color: approx Falu Red. HEX triplet: 89, 12 and 0F. RGB value is (137,18,15). Sum of RGB (Red+Green+Blue) = 137+18+15=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #89120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89120F is #76EDF0. Grayscale: #353535. Windows color (decimal): -7794161 or 987785. OLE color: 987785.

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

Color convert

RGB1371815-
CMYK00.870.890.46
HSL1.48º80.26%29.8%-
HSV(B)1.48º89.05%53.73%-
XYZ10.625.791.01-
YUV53.24106.42187.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 80.59%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=80.59%
G=10.59%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137181500.870.890.461.4880.2629.8
Hex8912F057592E1501e
Octal2112217012713156112036
Binary100010011001011110101011110110011011101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89120F; }

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

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

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

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

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

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

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

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