#82220E

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

Shades of Falu Red #82220E

Tints of Falu Red #82220E

Color information

#82220E (or 0x82220E) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 0E. RGB value is (130,34,14). Sum of RGB (Red+Green+Blue) = 130+34+14=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82220E is #7DDDF1. Grayscale: #3C3C3C. Windows color (decimal): -8248818 or 926338. OLE color: 926338.

HSL color Cylindrical-coordinate representation of color #82220E: hue angle of 10.34º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82220E is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1303414-
CMYK00.740.890.49
HSL10.34º80.56%28.24%-
HSV(B)10.34º89.23%50.98%-
XYZ9.865.921.04-
YUV60.42101.8177.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=73.03%
G=19.10%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130341400.740.890.4910.3480.5628.24
Hex8222E04A5931a511c
Octal20242160112131611212134
Binary1000001010001011100100101010110011100011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82220E; }

 p { color: rgb(130,34,14); }

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

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

 a { background-color: rgb(130,34,14); }

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

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

 span { border-color: rgb(130,34,14); }

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