#822216

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

Shades of Falu Red #822216

Tints of Falu Red #822216

Color information

#822216 (or 0x822216) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 16. RGB value is (130,34,22). Sum of RGB (Red+Green+Blue) = 130+34+22=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822216 is #7DDDE9. Grayscale: #3D3D3D. Windows color (decimal): -8248810 or 1450626. OLE color: 1450626.

HSL color Cylindrical-coordinate representation of color #822216: hue angle of 6.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #822216 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1303422-
CMYK00.740.830.49
HSL6.67º71.05%29.8%-
HSV(B)6.67º83.08%50.98%-
XYZ9.925.951.38-
YUV61.34105.8176.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=69.89%
G=18.28%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130342200.740.830.496.6771.0529.8
Hex82221604A53317471e
Octal2024226011212361710736
Binary1000001010001010110010010101010011110001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822216; }

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

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

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

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

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

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

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

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