#821716

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

Shades of Falu Red #821716

Tints of Falu Red #821716

Color information

#821716 (or 0x821716) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 16. RGB value is (130,23,22). Sum of RGB (Red+Green+Blue) = 130+23+22=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #821716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821716 is #7DE8E9. Grayscale: #363636. Windows color (decimal): -8251626 or 1447810. OLE color: 1447810.

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

Color convert

RGB1302322-
CMYK00.820.830.49
HSL0.56º71.05%29.8%-
HSV(B)0.56º83.08%50.98%-
XYZ9.665.421.3-
YUV54.88109.45181.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.29%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=74.29%
G=13.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130232200.820.830.490.5671.0529.8
Hex82171605253311471e
Octal2022726012212361110736
Binary1000001010111101100101001010100111100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821716; }

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

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

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

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

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

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

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

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