#801E00

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

Shades of Falu Red #801E00

Tints of Falu Red #801E00

Color information

#801E00 (or 0x801E00) is unknown color: approx Falu Red. HEX triplet: 80, 1E and 00. RGB value is (128,30,0). Sum of RGB (Red+Green+Blue) = 128+30+0=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #801E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801E00 is #7FE1FF. Grayscale: #383838. Windows color (decimal): -8380928 or 7808. OLE color: 7808.

HSL color Cylindrical-coordinate representation of color #801E00: hue angle of 14.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #801E00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB128300-
CMYK00.7710.50
HSL14.06º100%25.1%-
HSV(B)14.06º100%50.2%-
XYZ9.375.520.57-
YUV55.8896.47179.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.01%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.01%
G=18.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12830000.7710.5014.0610025.1
Hex801E004D6432e6419
Octal2003600115144621614431
Binary100000001111000100110111001001100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,30,0); }

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

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

 a { background-color: rgb(128,30,0); }

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

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

 span { border-color: rgb(128,30,0); }

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