#822708

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

Shades of Falu Red #822708

Tints of Falu Red #822708

Color information

#822708 (or 0x822708) is unknown color: approx Falu Red. HEX triplet: 82, 27 and 08. RGB value is (130,39,8). Sum of RGB (Red+Green+Blue) = 130+39+8=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #822708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822708 is #7DD8F7. Grayscale: #3E3E3E. Windows color (decimal): -8247544 or 534402. OLE color: 534402.

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

Color convert

RGB130398-
CMYK00.700.940.49
HSL15.25º88.41%27.06%-
HSV(B)15.25º93.85%50.98%-
XYZ9.986.210.9-
YUV62.6797.15176.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=73.45%
G=22.03%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13039800.700.940.4915.2588.4127.06
Hex822780465E31f581b
Octal20247100106136611713033
Binary1000001010011110000100011010111101100011111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822708; }

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

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

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

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

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

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

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

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