#822107

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

Shades of Falu Red #822107

Tints of Falu Red #822107

Color information

#822107 (or 0x822107) is unknown color: approx Falu Red. HEX triplet: 82, 21 and 07. RGB value is (130,33,7). Sum of RGB (Red+Green+Blue) = 130+33+7=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822107 is #7DDEF8. Grayscale: #3B3B3B. Windows color (decimal): -8249081 or 467330. OLE color: 467330.

HSL color Cylindrical-coordinate representation of color #822107: hue angle of 12.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #822107 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130337-
CMYK00.750.950.49
HSL12.68º89.78%26.86%-
HSV(B)12.68º94.62%50.98%-
XYZ9.795.850.81-
YUV59.0498.64178.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=76.47%
G=19.41%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13033700.750.950.4912.6889.7826.86
Hex8221704B5F31d5a1b
Octal2024170113137611513233
Binary100000101000011110100101110111111100011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822107; }

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

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

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

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

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

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

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

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