#821F10

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

Shades of Falu Red #821F10

Tints of Falu Red #821F10

Color information

#821F10 (or 0x821F10) is unknown color: approx Falu Red. HEX triplet: 82, 1F and 10. RGB value is (130,31,16). Sum of RGB (Red+Green+Blue) = 130+31+16=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821F10 is #7DE0EF. Grayscale: #3B3B3B. Windows color (decimal): -8249584 or 1056642. OLE color: 1056642.

HSL color Cylindrical-coordinate representation of color #821F10: hue angle of 7.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821F10 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1303116-
CMYK00.760.880.49
HSL7.89º78.08%28.63%-
HSV(B)7.89º87.69%50.98%-
XYZ9.795.761.09-
YUV58.89103.8178.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=73.45%
G=17.51%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130311600.760.880.497.8978.0828.63
Hex821F1004C583184e1d
Octal20237200114130611011635
Binary1000001011111100000100110010110001100011000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821F10; }

 p { color: rgb(130,31,16); }

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

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

 a { background-color: rgb(130,31,16); }

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

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

 span { border-color: rgb(130,31,16); }

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