#821E09

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

Shades of Falu Red #821E09

Tints of Falu Red #821E09

Color information

#821E09 (or 0x821E09) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 09. RGB value is (130,30,9). Sum of RGB (Red+Green+Blue) = 130+30+9=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E09 is #7DE1F6. Grayscale: #393939. Windows color (decimal): -8249847 or 597634. OLE color: 597634.

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

Color convert

RGB130309-
CMYK00.770.930.49
HSL10.41º87.05%27.25%-
HSV(B)10.41º93.08%50.98%-
XYZ9.725.690.85-
YUV57.51100.63179.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=76.92%
G=17.75%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13030900.770.930.4910.4187.0527.25
Hex821E904D5D31a571b
Octal20236110115135611212733
Binary100000101111010010100110110111011100011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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