#821E10

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

Shades of Falu Red #821E10

Tints of Falu Red #821E10

Color information

#821E10 (or 0x821E10) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 10. RGB value is (130,30,16). Sum of RGB (Red+Green+Blue) = 130+30+16=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E10 is #7DE1EF. Grayscale: #3A3A3A. Windows color (decimal): -8249840 or 1056386. OLE color: 1056386.

HSL color Cylindrical-coordinate representation of color #821E10: hue angle of 7.37º 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 #821E10 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1303016-
CMYK00.770.880.49
HSL7.37º78.08%28.63%-
HSV(B)7.37º87.69%50.98%-
XYZ9.765.711.08-
YUV58.3104.13179.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.86%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=73.86%
G=17.05%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130301600.770.880.497.3778.0828.63
Hex821E1004D583174e1d
Octal2023620011513061711635
Binary100000101111010000010011011011000110001111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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