#801E11

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

Shades of Falu Red #801E11

Tints of Falu Red #801E11

Color information

#801E11 (or 0x801E11) is unknown color: approx Falu Red. HEX triplet: 80, 1E and 11. RGB value is (128,30,17). Sum of RGB (Red+Green+Blue) = 128+30+17=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #801E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801E11 is #7FE1EE. Grayscale: #393939. Windows color (decimal): -8380911 or 1121920. OLE color: 1121920.

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

Color convert

RGB1283017-
CMYK00.770.870.50
HSL7.03º76.55%28.43%-
HSV(B)7.03º86.72%50.2%-
XYZ9.475.561.1-
YUV57.82104.97178.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.14%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=73.14%
G=17.14%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128301700.770.870.507.0376.5528.43
Hex801E1104D573274d1c
Octal2003621011512762711534
Binary100000001111010001010011011010111110010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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