#89150B

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

Shades of Falu Red #89150B

Tints of Falu Red #89150B

Color information

#89150B (or 0x89150B) is unknown color: approx Falu Red. HEX triplet: 89, 15 and 0B. RGB value is (137,21,11). Sum of RGB (Red+Green+Blue) = 137+21+11=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89150B is #76EAF4. Grayscale: #363636. Windows color (decimal): -7793397 or 726409. OLE color: 726409.

HSL color Cylindrical-coordinate representation of color #89150B: hue angle of 4.76º 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 #89150B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1372111-
CMYK00.850.920.46
HSL4.76º85.14%29.02%-
HSV(B)4.76º91.97%53.73%-
XYZ10.655.880.89-
YUV54.54103.43186.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=81.07%
G=12.43%
B=6.51%

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
Decimal137211100.850.920.464.7685.1429.02
Hex8915B0555C2E5551d
Octal2112513012513456512535
Binary10001001101011011010101011011100101110101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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