#822101

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

Shades of Falu Red #822101

Tints of Falu Red #822101

Color information

#822101 (or 0x822101) is unknown color: approx Falu Red. HEX triplet: 82, 21 and 01. RGB value is (130,33,1). Sum of RGB (Red+Green+Blue) = 130+33+1=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #822101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822101 is #7DDEFE. Grayscale: #3A3A3A. Windows color (decimal): -8249087 or 74114. OLE color: 74114.

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

Color convert

RGB130331-
CMYK00.750.990.49
HSL14.88º98.47%25.69%-
HSV(B)14.88º99.23%50.98%-
XYZ9.765.840.64-
YUV58.3695.64179.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.27%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=79.27%
G=20.12%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13033100.750.990.4914.8898.4725.69
Hex8221104B6331f621a
Octal2024110113143611714232
Binary1000001010000110100101111000111100011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822101; }

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

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

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

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

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

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

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

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