#801E05

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

Shades of Falu Red #801E05

Tints of Falu Red #801E05

Color information

#801E05 (or 0x801E05) is unknown color: approx Falu Red. HEX triplet: 80, 1E and 05. RGB value is (128,30,5). Sum of RGB (Red+Green+Blue) = 128+30+5=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801E05 is #7FE1FA. Grayscale: #383838. Windows color (decimal): -8380923 or 335488. OLE color: 335488.

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

Color convert

RGB128305-
CMYK00.770.960.50
HSL12.2º92.48%26.08%-
HSV(B)12.2º96.09%50.2%-
XYZ9.395.530.72-
YUV56.4598.97179.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.53%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=78.53%
G=18.40%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12830500.770.960.5012.292.4826.08
Hex801E504D6032c5c1a
Octal2003650115140621413432
Binary10000000111101010100110111000001100101100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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