#822000

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

Shades of Falu Red #822000

Tints of Falu Red #822000

Color information

#822000 (or 0x822000) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 00. RGB value is (130,32,0). Sum of RGB (Red+Green+Blue) = 130+32+0=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #822000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822000 is #7DDFFF. Grayscale: #393939. Windows color (decimal): -8249344 or 8322. OLE color: 8322.

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

Color convert

RGB130320-
CMYK00.7510.49
HSL14.77º100%25.49%-
HSV(B)14.77º100%50.98%-
XYZ9.725.780.6-
YUV57.6595.47179.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.25%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.25%
G=19.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032000.7510.4914.7710025.49
Hex8220004B6431f6419
Octal2024000113144611714431
Binary1000001010000000100101111001001100011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822000; }

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

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

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

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

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

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

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

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