#801A05

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

Shades of Falu Red #801A05

Tints of Falu Red #801A05

Color information

#801A05 (or 0x801A05) is unknown color: approx Falu Red. HEX triplet: 80, 1A and 05. RGB value is (128,26,5). Sum of RGB (Red+Green+Blue) = 128+26+5=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #801A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A05 is #7FE5FA. Grayscale: #363636. Windows color (decimal): -8381947 or 334464. OLE color: 334464.

HSL color Cylindrical-coordinate representation of color #801A05: hue angle of 10.24º 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 #801A05 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB128265-
CMYK00.800.960.50
HSL10.24º92.48%26.08%-
HSV(B)10.24º96.09%50.2%-
XYZ9.35.340.68-
YUV54.1100.29180.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 80.50%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=80.50%
G=16.35%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12826500.800.960.5010.2492.4826.08
Hex801A50506032a5c1a
Octal2003250120140621213432
Binary10000000110101010101000011000001100101010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801A05; }

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

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

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

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

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

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

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

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