#821709

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

Shades of Falu Red #821709

Tints of Falu Red #821709

Color information

#821709 (or 0x821709) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 09. RGB value is (130,23,9). Sum of RGB (Red+Green+Blue) = 130+23+9=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821709 is #7DE8F6. Grayscale: #353535. Windows color (decimal): -8251639 or 595842. OLE color: 595842.

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

Color convert

RGB130239-
CMYK00.820.930.49
HSL6.94º87.05%27.25%-
HSV(B)6.94º93.08%50.98%-
XYZ9.565.380.79-
YUV53.4102.95182.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.25%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=80.25%
G=14.20%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13023900.820.930.496.9487.0527.25
Hex821790525D317571b
Octal2022711012213561712733
Binary10000010101111001010100101011101110001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821709; }

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

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

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

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

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

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

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

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