#822709

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

Shades of Falu Red #822709

Tints of Falu Red #822709

Color information

#822709 (or 0x822709) is unknown color: approx Falu Red. HEX triplet: 82, 27 and 09. RGB value is (130,39,9). Sum of RGB (Red+Green+Blue) = 130+39+9=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822709 is #7DD8F6. Grayscale: #3F3F3F. Windows color (decimal): -8247543 or 599938. OLE color: 599938.

HSL color Cylindrical-coordinate representation of color #822709: hue angle of 14.88º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #822709 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130399-
CMYK00.700.930.49
HSL14.88º87.05%27.25%-
HSV(B)14.88º93.08%50.98%-
XYZ9.986.220.93-
YUV62.7997.65175.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=73.03%
G=21.91%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13039900.700.930.4914.8887.0527.25
Hex822790465D31f571b
Octal20247110106135611712733
Binary1000001010011110010100011010111011100011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822709; }

 p { color: rgb(130,39,9); }

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

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

 a { background-color: rgb(130,39,9); }

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

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

 span { border-color: rgb(130,39,9); }

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