#822617

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

Shades of Falu Red #822617

Tints of Falu Red #822617

Color information

#822617 (or 0x822617) is unknown color: approx Falu Red. HEX triplet: 82, 26 and 17. RGB value is (130,38,23). Sum of RGB (Red+Green+Blue) = 130+38+23=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #822617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822617 is #7DD9E8. Grayscale: #3F3F3F. Windows color (decimal): -8247785 or 1517186. OLE color: 1517186.

HSL color Cylindrical-coordinate representation of color #822617: hue angle of 8.41º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822617 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1303823-
CMYK00.710.820.49
HSL8.41º69.93%30%-
HSV(B)8.41º82.31%50.98%-
XYZ10.056.191.48-
YUV63.8104.98175.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 23 (9.38% from 255) = 12.04%
R=68.06%
G=19.90%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130382300.710.820.498.4169.9330
Hex82261704752318461e
Octal20246270107122611010636
Binary10000010100110101110100011110100101100011000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822617; }

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

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

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

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

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

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

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

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