#80211A

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

Shades of Falu Red #80211A

Tints of Falu Red #80211A

Color information

#80211A (or 0x80211A) is unknown color: approx Falu Red. HEX triplet: 80, 21 and 1A. RGB value is (128,33,26). Sum of RGB (Red+Green+Blue) = 128+33+26=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80211A is #7FDEE5. Grayscale: #3C3C3C. Windows color (decimal): -8380134 or 1712512. OLE color: 1712512.

HSL color Cylindrical-coordinate representation of color #80211A: hue angle of 4.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80211A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1283326-
CMYK00.740.800.50
HSL4.12º66.23%30.2%-
HSV(B)4.12º79.69%50.2%-
XYZ9.635.751.58-
YUV60.61108.47176.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=68.45%
G=17.65%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128332600.740.800.504.1266.2330.2
Hex80211A04A50324421e
Octal2004132011212062410236
Binary1000000010000111010010010101010000110010100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80211A; }

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

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

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

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

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

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

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

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