#822615

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

Shades of Falu Red #822615

Tints of Falu Red #822615

Color information

#822615 (or 0x822615) is unknown color: approx Falu Red. HEX triplet: 82, 26 and 15. RGB value is (130,38,21). Sum of RGB (Red+Green+Blue) = 130+38+21=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #822615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822615 is #7DD9EA. Grayscale: #3F3F3F. Windows color (decimal): -8247787 or 1386114. OLE color: 1386114.

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

Color convert

RGB1303821-
CMYK00.710.840.49
HSL9.36º72.19%29.61%-
HSV(B)9.36º83.85%50.98%-
XYZ10.036.191.37-
YUV63.57103.98175.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.78%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=68.78%
G=20.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130382100.710.840.499.3672.1929.61
Hex82261504754319481e
Octal20246250107124611111036
Binary10000010100110101010100011110101001100011001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822615; }

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

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

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

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

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

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

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

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