#822211

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

Shades of Falu Red #822211

Tints of Falu Red #822211

Color information

#822211 (or 0x822211) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 11. RGB value is (130,34,17). Sum of RGB (Red+Green+Blue) = 130+34+17=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822211 is #7DDDEE. Grayscale: #3C3C3C. Windows color (decimal): -8248815 or 1122946. OLE color: 1122946.

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

Color convert

RGB1303417-
CMYK00.740.870.49
HSL9.03º76.87%28.82%-
HSV(B)9.03º86.92%50.98%-
XYZ9.885.931.15-
YUV60.77103.3177.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=71.82%
G=18.78%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130341700.740.870.499.0376.8728.82
Hex82221104A573194d1d
Octal20242210112127611111535
Binary10000010100010100010100101010101111100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822211; }

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

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

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

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

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

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

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

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