#80220C

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

Shades of Falu Red #80220C

Tints of Falu Red #80220C

Color information

#80220C (or 0x80220C) is unknown color: approx Falu Red. HEX triplet: 80, 22 and 0C. RGB value is (128,34,12). Sum of RGB (Red+Green+Blue) = 128+34+12=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80220C is #7FDDF3. Grayscale: #3B3B3B. Windows color (decimal): -8379892 or 795264. OLE color: 795264.

HSL color Cylindrical-coordinate representation of color #80220C: hue angle of 11.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80220C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1283412-
CMYK00.730.910.50
HSL11.38º82.86%27.45%-
HSV(B)11.38º90.62%50.2%-
XYZ9.545.760.96-
YUV59.6101.14176.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.56%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=73.56%
G=19.54%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128341200.730.910.5011.3882.8627.45
Hex8022C0495B32b531b
Octal20042140111133621312333
Binary1000000010001011000100100110110111100101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80220C; }

 p { color: rgb(128,34,12); }

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

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

 a { background-color: rgb(128,34,12); }

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

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

 span { border-color: rgb(128,34,12); }

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