#801A11

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

Shades of Falu Red #801A11

Tints of Falu Red #801A11

Color information

#801A11 (or 0x801A11) is unknown color: approx Falu Red. HEX triplet: 80, 1A and 11. RGB value is (128,26,17). Sum of RGB (Red+Green+Blue) = 128+26+17=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #801A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A11 is #7FE5EE. Grayscale: #373737. Windows color (decimal): -8381935 or 1120896. OLE color: 1120896.

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

Color convert

RGB1282617-
CMYK00.800.870.50
HSL4.86º76.55%28.43%-
HSV(B)4.86º86.72%50.2%-
XYZ9.375.371.07-
YUV55.47106.29179.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.85%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=74.85%
G=15.20%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128261700.800.870.504.8676.5528.43
Hex801A11050573254d1c
Octal2003221012012762511534
Binary100000001101010001010100001010111110010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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