#822301

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

Shades of Falu Red #822301

Tints of Falu Red #822301

Color information

#822301 (or 0x822301) is unknown color: approx Falu Red. HEX triplet: 82, 23 and 01. RGB value is (130,35,1). Sum of RGB (Red+Green+Blue) = 130+35+1=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #822301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822301 is #7DDCFE. Grayscale: #3B3B3B. Windows color (decimal): -8248575 or 74626. OLE color: 74626.

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

Color convert

RGB130351-
CMYK00.730.990.49
HSL15.81º98.47%25.69%-
HSV(B)15.81º99.23%50.98%-
XYZ9.815.950.66-
YUV59.5394.97178.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=78.31%
G=21.08%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13035100.730.990.4915.8198.4725.69
Hex82231049633110621a
Octal2024310111143612014232
Binary10000010100011101001001110001111000110000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822301; }

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

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

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

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

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

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

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

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