#822201

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

Shades of Falu Red #822201

Tints of Falu Red #822201

Color information

#822201 (or 0x822201) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 01. RGB value is (130,34,1). Sum of RGB (Red+Green+Blue) = 130+34+1=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #822201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822201 is #7DDDFE. Grayscale: #3B3B3B. Windows color (decimal): -8248831 or 74370. OLE color: 74370.

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

Color convert

RGB130341-
CMYK00.740.990.49
HSL15.35º98.47%25.69%-
HSV(B)15.35º99.23%50.98%-
XYZ9.785.890.65-
YUV58.9495.3178.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=78.79%
G=20.61%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13034100.740.990.4915.3598.4725.69
Hex8222104A6331f621a
Octal2024210112143611714232
Binary1000001010001010100101011000111100011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822201; }

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

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

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

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

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

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

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

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