#822608

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

Shades of Falu Red #822608

Tints of Falu Red #822608

Color information

#822608 (or 0x822608) is unknown color: approx Falu Red. HEX triplet: 82, 26 and 08. RGB value is (130,38,8). Sum of RGB (Red+Green+Blue) = 130+38+8=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #822608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822608 is #7DD9F7. Grayscale: #3E3E3E. Windows color (decimal): -8247800 or 534146. OLE color: 534146.

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

Color convert

RGB130388-
CMYK00.710.940.49
HSL14.75º88.41%27.06%-
HSV(B)14.75º93.85%50.98%-
XYZ9.946.150.89-
YUV62.0997.48176.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.86%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=73.86%
G=21.59%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13038800.710.940.4914.7588.4127.06
Hex822680475E31f581b
Octal20246100107136611713033
Binary1000001010011010000100011110111101100011111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822608; }

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

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

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

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

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

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

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

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