#801604

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

Shades of Falu Red #801604

Tints of Falu Red #801604

Color information

#801604 (or 0x801604) is unknown color: approx Falu Red. HEX triplet: 80, 16 and 04. RGB value is (128,22,4). Sum of RGB (Red+Green+Blue) = 128+22+4=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #801604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801604 is #7FE9FB. Grayscale: #333333. Windows color (decimal): -8382972 or 267904. OLE color: 267904.

HSL color Cylindrical-coordinate representation of color #801604: hue angle of 8.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #801604 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB128224-
CMYK00.830.970.50
HSL8.71º93.94%25.88%-
HSV(B)8.71º96.88%50.2%-
XYZ9.215.170.63-
YUV51.64101.12182.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 83.12%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=83.12%
G=14.29%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12822400.830.970.508.7193.9425.88
Hex80164053613295e1a
Octal2002640123141621113632
Binary10000000101101000101001111000011100101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801604; }

 p { color: rgb(128,22,4); }

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

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

 a { background-color: rgb(128,22,4); }

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

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

 span { border-color: rgb(128,22,4); }

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