#801211

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

Shades of Falu Red #801211

Tints of Falu Red #801211

Color information

#801211 (or 0x801211) is unknown color: approx Falu Red. HEX triplet: 80, 12 and 11. RGB value is (128,18,17). Sum of RGB (Red+Green+Blue) = 128+18+17=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801211 is #7FEDEE. Grayscale: #323232. Windows color (decimal): -8383983 or 1118848. OLE color: 1118848.

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

Color convert

RGB1281817-
CMYK00.860.870.50
HSL0.54º76.55%28.43%-
HSV(B)0.54º86.72%50.2%-
XYZ9.225.061.02-
YUV50.78108.94183.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.53%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=78.53%
G=11.04%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128181700.860.870.500.5476.5528.43
Hex801211056573214d1c
Octal2002221012612762111534
Binary1000000010010100010101011010101111100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801211; }

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

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

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

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

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

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

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

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