#801209

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

Shades of Falu Red #801209

Tints of Falu Red #801209

Color information

#801209 (or 0x801209) is unknown color: approx Falu Red. HEX triplet: 80, 12 and 09. RGB value is (128,18,9). Sum of RGB (Red+Green+Blue) = 128+18+9=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801209 is #7FEDF6. Grayscale: #323232. Windows color (decimal): -8383991 or 594560. OLE color: 594560.

HSL color Cylindrical-coordinate representation of color #801209: hue angle of 4.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #801209 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128189-
CMYK00.860.930.50
HSL4.54º86.86%26.86%-
HSV(B)4.54º92.97%50.2%-
XYZ9.175.040.75-
YUV49.86104.94183.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 82.58%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=82.58%
G=11.61%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12818900.860.930.504.5486.8626.86
Hex801290565D325571b
Octal2002211012613562512733
Binary10000000100101001010101101011101110010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801209; }

 p { color: rgb(128,18,9); }

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

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

 a { background-color: rgb(128,18,9); }

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

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

 span { border-color: rgb(128,18,9); }

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