#89190C

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

Shades of Falu Red #89190C

Tints of Falu Red #89190C

Color information

#89190C (or 0x89190C) is unknown color: approx Falu Red. HEX triplet: 89, 19 and 0C. RGB value is (137,25,12). Sum of RGB (Red+Green+Blue) = 137+25+12=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89190C is #76E6F3. Grayscale: #393939. Windows color (decimal): -7792372 or 792969. OLE color: 792969.

HSL color Cylindrical-coordinate representation of color #89190C: hue angle of 6.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89190C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1372512-
CMYK00.820.910.46
HSL6.24º83.89%29.22%-
HSV(B)6.24º91.24%53.73%-
XYZ10.736.040.95-
YUV57.01102.61185.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.74%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=78.74%
G=14.37%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137251200.820.910.466.2483.8929.22
Hex8919C0525B2E6541d
Octal2113114012213356612435
Binary10001001110011100010100101011011101110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89190C; }

 p { color: rgb(137,25,12); }

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

<style>
 a { background-color: #89190C; }

 a { background-color: rgb(137,25,12); }

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

<style>
 span { border-color: #89190C; }

 span { border-color: rgb(137,25,12); }

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