#822202

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

Shades of Falu Red #822202

Tints of Falu Red #822202

Color information

#822202 (or 0x822202) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 02. RGB value is (130,34,2). Sum of RGB (Red+Green+Blue) = 130+34+2=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #822202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822202 is #7DDDFD. Grayscale: #3B3B3B. Windows color (decimal): -8248830 or 139906. OLE color: 139906.

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

Color convert

RGB130342-
CMYK00.740.980.49
HSL15º96.97%25.88%-
HSV(B)15º98.46%50.98%-
XYZ9.795.890.68-
YUV59.0695.8178.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=78.31%
G=20.48%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13034200.740.980.491596.9725.88
Hex8222204A6231f611a
Octal2024220112142611714132
Binary10000010100010100100101011000101100011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822202; }

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

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

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

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

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

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

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

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