#89160A

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

Shades of Falu Red #89160A

Tints of Falu Red #89160A

Color information

#89160A (or 0x89160A) is unknown color: approx Falu Red. HEX triplet: 89, 16 and 0A. RGB value is (137,22,10). Sum of RGB (Red+Green+Blue) = 137+22+10=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89160A is #76E9F5. Grayscale: #373737. Windows color (decimal): -7793142 or 661129. OLE color: 661129.

HSL color Cylindrical-coordinate representation of color #89160A: hue angle of 5.67º degrees, saturation: 0.86, 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 #89160A is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1372210-
CMYK00.840.930.46
HSL5.67º86.39%28.82%-
HSV(B)5.67º92.7%53.73%-
XYZ10.665.910.87-
YUV55.02102.6186.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=81.07%
G=13.02%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137221000.840.930.465.6786.3928.82
Hex8916A0545D2E6561d
Octal2112612012413556612635
Binary10001001101101010010101001011101101110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89160A; }

 p { color: rgb(137,22,10); }

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

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

 a { background-color: rgb(137,22,10); }

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

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

 span { border-color: rgb(137,22,10); }

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