#801C05

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

Shades of Falu Red #801C05

Tints of Falu Red #801C05

Color information

#801C05 (or 0x801C05) is unknown color: approx Falu Red. HEX triplet: 80, 1C and 05. RGB value is (128,28,5). Sum of RGB (Red+Green+Blue) = 128+28+5=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #801C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C05 is #7FE3FA. Grayscale: #373737. Windows color (decimal): -8381435 or 334976. OLE color: 334976.

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

Color convert

RGB128285-
CMYK00.780.960.50
HSL11.22º92.48%26.08%-
HSV(B)11.22º96.09%50.2%-
XYZ9.345.430.7-
YUV55.2899.63179.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.50%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=79.50%
G=17.39%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12828500.780.960.5011.2292.4826.08
Hex801C504E6032b5c1a
Octal2003450116140621313432
Binary10000000111001010100111011000001100101011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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