#821A09

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

Shades of Falu Red #821A09

Tints of Falu Red #821A09

Color information

#821A09 (or 0x821A09) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 09. RGB value is (130,26,9). Sum of RGB (Red+Green+Blue) = 130+26+9=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #821A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A09 is #7DE5F6. Grayscale: #373737. Windows color (decimal): -8250871 or 596610. OLE color: 596610.

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

Color convert

RGB130269-
CMYK00.80.930.49
HSL8.43º87.05%27.25%-
HSV(B)8.43º93.08%50.98%-
XYZ9.625.50.81-
YUV55.16101.96181.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=78.79%
G=15.76%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026900.80.930.498.4387.0527.25
Hex821A90505D318571b
Octal20232110120135611012733
Binary100000101101010010101000010111011100011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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