#821A06

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

Shades of Falu Red #821A06

Tints of Falu Red #821A06

Color information

#821A06 (or 0x821A06) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 06. RGB value is (130,26,6). Sum of RGB (Red+Green+Blue) = 130+26+6=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A06 is #7DE5F9. Grayscale: #373737. Windows color (decimal): -8250874 or 400002. OLE color: 400002.

HSL color Cylindrical-coordinate representation of color #821A06: hue angle of 9.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #821A06 is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130266-
CMYK00.80.950.49
HSL9.68º91.18%26.67%-
HSV(B)9.68º95.38%50.98%-
XYZ9.615.50.73-
YUV54.82100.46181.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.25%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=80.25%
G=16.05%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026600.80.950.499.6891.1826.67
Hex821A60505F31a5b1b
Octal2023260120137611213333
Binary10000010110101100101000010111111100011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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