#821406

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

Shades of Falu Red #821406

Tints of Falu Red #821406

Color information

#821406 (or 0x821406) is unknown color: approx Falu Red. HEX triplet: 82, 14 and 06. RGB value is (130,20,6). Sum of RGB (Red+Green+Blue) = 130+20+6=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821406 is #7DEBF9. Grayscale: #333333. Windows color (decimal): -8252410 or 398466. OLE color: 398466.

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

Color convert

RGB130206-
CMYK00.850.950.49
HSL6.77º91.18%26.67%-
HSV(B)6.77º95.38%50.98%-
XYZ9.495.260.69-
YUV51.29102.44184.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=83.33%
G=12.82%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13020600.850.950.496.7791.1826.67
Hex821460555F3175b1b
Octal202246012513761713333
Binary1000001010100110010101011011111110001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821406; }

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

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

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

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

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

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

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

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