#89130A

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

Shades of Falu Red #89130A

Tints of Falu Red #89130A

Color information

#89130A (or 0x89130A) is unknown color: approx Falu Red. HEX triplet: 89, 13 and 0A. RGB value is (137,19,10). Sum of RGB (Red+Green+Blue) = 137+19+10=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89130A is #76ECF5. Grayscale: #353535. Windows color (decimal): -7793910 or 660361. OLE color: 660361.

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

Color convert

RGB1371910-
CMYK00.860.930.46
HSL4.25º86.39%28.82%-
HSV(B)4.25º92.7%53.73%-
XYZ10.65.810.85-
YUV53.26103.59187.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 82.53%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=82.53%
G=11.45%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137191000.860.930.464.2586.3928.82
Hex8913A0565D2E4561d
Octal2112312012613556412635
Binary10001001100111010010101101011101101110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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