#822008

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

Shades of Falu Red #822008

Tints of Falu Red #822008

Color information

#822008 (or 0x822008) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 08. RGB value is (130,32,8). Sum of RGB (Red+Green+Blue) = 130+32+8=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822008 is #7DDFF7. Grayscale: #3A3A3A. Windows color (decimal): -8249336 or 532610. OLE color: 532610.

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

Color convert

RGB130328-
CMYK00.750.940.49
HSL11.8º88.41%27.06%-
HSV(B)11.8º93.85%50.98%-
XYZ9.775.80.83-
YUV58.5799.47178.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=76.47%
G=18.82%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032800.750.940.4911.888.4127.06
Hex8220804B5E31c581b
Octal20240100113136611413033
Binary1000001010000010000100101110111101100011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822008; }

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

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

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

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

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

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

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

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