#822701

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

Shades of Falu Red #822701

Tints of Falu Red #822701

Color information

#822701 (or 0x822701) is unknown color: approx Falu Red. HEX triplet: 82, 27 and 01. RGB value is (130,39,1). Sum of RGB (Red+Green+Blue) = 130+39+1=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822701 is #7DD8FE. Grayscale: #3E3E3E. Windows color (decimal): -8247551 or 75650. OLE color: 75650.

HSL color Cylindrical-coordinate representation of color #822701: hue angle of 17.67º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #822701 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130391-
CMYK00.700.990.49
HSL17.67º98.47%25.69%-
HSV(B)17.67º99.23%50.98%-
XYZ9.946.20.7-
YUV61.8893.65176.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=76.47%
G=22.94%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13039100.700.990.4917.6798.4725.69
Hex82271046633112621a
Octal2024710106143612214232
Binary10000010100111101000110110001111000110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822701; }

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

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

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

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

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

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

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

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