#821009

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

Shades of Falu Red #821009

Tints of Falu Red #821009

Color information

#821009 (or 0x821009) is unknown color: approx Falu Red. HEX triplet: 82, 10 and 09. RGB value is (130,16,9). Sum of RGB (Red+Green+Blue) = 130+16+9=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #821009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821009 is #7DEFF6. Grayscale: #313131. Windows color (decimal): -8253431 or 594050. OLE color: 594050.

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

Color convert

RGB130169-
CMYK00.880.930.49
HSL3.47º87.05%27.25%-
HSV(B)3.47º93.08%50.98%-
XYZ9.445.140.75-
YUV49.29105.27185.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.87%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=83.87%
G=10.32%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13016900.880.930.493.4787.0527.25
Hex821090585D313571b
Octal2022011013013561312733
Binary1000001010000100101011000101110111000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821009; }

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

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

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

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

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

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

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

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