#822808

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

Shades of Falu Red #822808

Tints of Falu Red #822808

Color information

#822808 (or 0x822808) is unknown color: approx Falu Red. HEX triplet: 82, 28 and 08. RGB value is (130,40,8). Sum of RGB (Red+Green+Blue) = 130+40+8=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822808 is #7DD7F7. Grayscale: #3F3F3F. Windows color (decimal): -8247288 or 534658. OLE color: 534658.

HSL color Cylindrical-coordinate representation of color #822808: hue angle of 15.74º 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 #822808 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130408-
CMYK00.690.940.49
HSL15.74º88.41%27.06%-
HSV(B)15.74º93.85%50.98%-
XYZ10.016.280.91-
YUV63.2696.82175.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=73.03%
G=22.47%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13040800.690.940.4915.7488.4127.06
Hex822880455E3110581b
Octal20250100105136612013033
Binary10000010101000100001000101101111011000110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822808; }

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

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

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

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

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

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

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

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