#801409

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

Shades of Falu Red #801409

Tints of Falu Red #801409

Color information

#801409 (or 0x801409) is unknown color: approx Falu Red. HEX triplet: 80, 14 and 09. RGB value is (128,20,9). Sum of RGB (Red+Green+Blue) = 128+20+9=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #801409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801409 is #7FEBF6. Grayscale: #333333. Windows color (decimal): -8383479 or 595072. OLE color: 595072.

HSL color Cylindrical-coordinate representation of color #801409: hue angle of 5.55º 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 #801409 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128209-
CMYK00.840.930.50
HSL5.55º86.86%26.86%-
HSV(B)5.55º92.97%50.2%-
XYZ9.25.110.76-
YUV51.04104.28182.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.53%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=81.53%
G=12.74%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12820900.840.930.505.5586.8626.86
Hex801490545D326571b
Octal2002411012413562612733
Binary10000000101001001010101001011101110010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801409; }

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

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

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

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

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

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

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

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