#801605

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

Shades of Falu Red #801605

Tints of Falu Red #801605

Color information

#801605 (or 0x801605) is unknown color: approx Falu Red. HEX triplet: 80, 16 and 05. RGB value is (128,22,5). Sum of RGB (Red+Green+Blue) = 128+22+5=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801605 is #7FE9FA. Grayscale: #333333. Windows color (decimal): -8382971 or 333440. OLE color: 333440.

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

Color convert

RGB128225-
CMYK00.830.960.50
HSL8.29º92.48%26.08%-
HSV(B)8.29º96.09%50.2%-
XYZ9.225.170.66-
YUV51.76101.62182.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 82.58%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=82.58%
G=14.19%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12822500.830.960.508.2992.4826.08
Hex80165053603285c1a
Octal2002650123140621013432
Binary10000000101101010101001111000001100101000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801605; }

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

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

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

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

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

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

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

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