#89140B

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

Shades of Falu Red #89140B

Tints of Falu Red #89140B

Color information

#89140B (or 0x89140B) is unknown color: approx Falu Red. HEX triplet: 89, 14 and 0B. RGB value is (137,20,11). Sum of RGB (Red+Green+Blue) = 137+20+11=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #89140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89140B is #76EBF4. Grayscale: #363636. Windows color (decimal): -7793653 or 726153. OLE color: 726153.

HSL color Cylindrical-coordinate representation of color #89140B: hue angle of 4.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89140B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1372011-
CMYK00.850.920.46
HSL4.29º85.14%29.02%-
HSV(B)4.29º91.97%53.73%-
XYZ10.635.840.88-
YUV53.96103.76187.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.55%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=81.55%
G=11.90%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137201100.850.920.464.2985.1429.02
Hex8914B0555C2E4551d
Octal2112413012513456412535
Binary10001001101001011010101011011100101110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89140B; }

 p { color: rgb(137,20,11); }

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

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

 a { background-color: rgb(137,20,11); }

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

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

 span { border-color: rgb(137,20,11); }

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