#822609

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

Shades of Falu Red #822609

Tints of Falu Red #822609

Color information

#822609 (or 0x822609) is unknown color: approx Falu Red. HEX triplet: 82, 26 and 09. RGB value is (130,38,9). Sum of RGB (Red+Green+Blue) = 130+38+9=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #822609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822609 is #7DD9F6. Grayscale: #3E3E3E. Windows color (decimal): -8247799 or 599682. OLE color: 599682.

HSL color Cylindrical-coordinate representation of color #822609: hue angle of 14.38º 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 #822609 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130389-
CMYK00.710.930.49
HSL14.38º87.05%27.25%-
HSV(B)14.38º93.08%50.98%-
XYZ9.956.150.92-
YUV62.297.98176.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=73.45%
G=21.47%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13038900.710.930.4914.3887.0527.25
Hex822690475D31e571b
Octal20246110107135611612733
Binary1000001010011010010100011110111011100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822609; }

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

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

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

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

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

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

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

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