#822116

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

Shades of Falu Red #822116

Tints of Falu Red #822116

Color information

#822116 (or 0x822116) is unknown color: approx Falu Red. HEX triplet: 82, 21 and 16. RGB value is (130,33,22). Sum of RGB (Red+Green+Blue) = 130+33+22=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822116 is #7DDEE9. Grayscale: #3C3C3C. Windows color (decimal): -8249066 or 1450370. OLE color: 1450370.

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

Color convert

RGB1303322-
CMYK00.750.830.49
HSL6.11º71.05%29.8%-
HSV(B)6.11º83.08%50.98%-
XYZ9.895.891.37-
YUV60.75106.14177.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=70.27%
G=17.84%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130332200.750.830.496.1171.0529.8
Hex82211604B53316471e
Octal2024126011312361610736
Binary1000001010000110110010010111010011110001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822116; }

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

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

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

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

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

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

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

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