#822006

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

Shades of Falu Red #822006

Tints of Falu Red #822006

Color information

#822006 (or 0x822006) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 06. RGB value is (130,32,6). Sum of RGB (Red+Green+Blue) = 130+32+6=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #822006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822006 is #7DDFF9. Grayscale: #3A3A3A. Windows color (decimal): -8249338 or 401538. OLE color: 401538.

HSL color Cylindrical-coordinate representation of color #822006: hue angle of 12.58º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #822006 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130326-
CMYK00.750.950.49
HSL12.58º91.18%26.67%-
HSV(B)12.58º95.38%50.98%-
XYZ9.765.790.78-
YUV58.3498.47179.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.38%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=77.38%
G=19.05%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032600.750.950.4912.5891.1826.67
Hex8220604B5F31d5b1b
Octal2024060113137611513333
Binary100000101000001100100101110111111100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822006; }

 p { color: rgb(130,32,6); }

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

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

 a { background-color: rgb(130,32,6); }

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

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

 span { border-color: rgb(130,32,6); }

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