#821916

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

Shades of Falu Red #821916

Tints of Falu Red #821916

Color information

#821916 (or 0x821916) is unknown color: approx Falu Red. HEX triplet: 82, 19 and 16. RGB value is (130,25,22). Sum of RGB (Red+Green+Blue) = 130+25+22=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821916 is #7DE6E9. Grayscale: #383838. Windows color (decimal): -8251114 or 1448322. OLE color: 1448322.

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

Color convert

RGB1302522-
CMYK00.810.830.49
HSL1.67º71.05%29.8%-
HSV(B)1.67º83.08%50.98%-
XYZ9.75.51.31-
YUV56.05108.79180.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=73.45%
G=14.12%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130252200.810.830.491.6771.0529.8
Hex82191605153312471e
Octal2023126012112361210736
Binary10000010110011011001010001101001111000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821916; }

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

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

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

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

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

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

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

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