#821509

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

Shades of Falu Red #821509

Tints of Falu Red #821509

Color information

#821509 (or 0x821509) is unknown color: approx Falu Red. HEX triplet: 82, 15 and 09. RGB value is (130,21,9). Sum of RGB (Red+Green+Blue) = 130+21+9=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #821509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821509 is #7DEAF6. Grayscale: #343434. Windows color (decimal): -8252151 or 595330. OLE color: 595330.

HSL color Cylindrical-coordinate representation of color #821509: hue angle of 5.95º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #821509 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130219-
CMYK00.840.930.49
HSL5.95º87.05%27.25%-
HSV(B)5.95º93.08%50.98%-
XYZ9.525.30.78-
YUV52.22103.61183.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 81.25%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=81.25%
G=13.12%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13021900.840.930.495.9587.0527.25
Hex821590545D316571b
Octal2022511012413561612733
Binary10000010101011001010101001011101110001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821509; }

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

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

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

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

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

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

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

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