#89240C

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

Shades of Falu Red #89240C

Tints of Falu Red #89240C

Color information

#89240C (or 0x89240C) is unknown color: approx Falu Red. HEX triplet: 89, 24 and 0C. RGB value is (137,36,12). Sum of RGB (Red+Green+Blue) = 137+36+12=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89240C is #76DBF3. Grayscale: #3F3F3F. Windows color (decimal): -7789556 or 795785. OLE color: 795785.

HSL color Cylindrical-coordinate representation of color #89240C: hue angle of 11.52º 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 #89240C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1373612-
CMYK00.740.910.46
HSL11.52º83.89%29.22%-
HSV(B)11.52º91.24%53.73%-
XYZ11.016.611.04-
YUV63.4698.96180.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.05%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=74.05%
G=19.46%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137361200.740.910.4611.5283.8929.22
Hex8924C04A5B2Ec541d
Octal21144140112133561412435
Binary1000100110010011000100101010110111011101100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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