#821A10

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

Shades of Falu Red #821A10

Tints of Falu Red #821A10

Color information

#821A10 (or 0x821A10) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 10. RGB value is (130,26,16). Sum of RGB (Red+Green+Blue) = 130+26+16=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A10 is #7DE5EF. Grayscale: #383838. Windows color (decimal): -8250864 or 1055362. OLE color: 1055362.

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

Color convert

RGB1302616-
CMYK00.80.880.49
HSL5.26º78.08%28.63%-
HSV(B)5.26º87.69%50.98%-
XYZ9.675.521.05-
YUV55.96105.46180.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=75.58%
G=15.12%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130261600.80.880.495.2678.0828.63
Hex821A10050583154e1d
Octal2023220012013061511635
Binary100000101101010000010100001011000110001101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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