#821506

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

Shades of Falu Red #821506

Tints of Falu Red #821506

Color information

#821506 (or 0x821506) is unknown color: approx Falu Red. HEX triplet: 82, 15 and 06. RGB value is (130,21,6). Sum of RGB (Red+Green+Blue) = 130+21+6=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #821506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821506 is #7DEAF9. Grayscale: #343434. Windows color (decimal): -8252154 or 398722. OLE color: 398722.

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

Color convert

RGB130216-
CMYK00.840.950.49
HSL7.26º91.18%26.67%-
HSV(B)7.26º95.38%50.98%-
XYZ9.515.30.69-
YUV51.88102.11183.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.80%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=82.80%
G=13.38%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13021600.840.950.497.2691.1826.67
Hex821560545F3175b1b
Octal202256012413761713333
Binary1000001010101110010101001011111110001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821506; }

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

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

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

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

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

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

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

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