#841209

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

Shades of Falu Red #841209

Tints of Falu Red #841209

Color information

#841209 (or 0x841209) is unknown color: approx Falu Red. HEX triplet: 84, 12 and 09. RGB value is (132,18,9). Sum of RGB (Red+Green+Blue) = 132+18+9=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #841209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841209 is #7BEDF6. Grayscale: #333333. Windows color (decimal): -8121847 or 594564. OLE color: 594564.

HSL color Cylindrical-coordinate representation of color #841209: hue angle of 4.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #841209 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB132189-
CMYK00.860.930.48
HSL4.39º87.23%27.65%-
HSV(B)4.39º93.18%51.76%-
XYZ9.785.360.78-
YUV51.06104.27185.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.02%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=83.02%
G=11.32%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13218900.860.930.484.3987.2327.65
Hex841290565D304571c
Octal2042211012613560412734
Binary10000100100101001010101101011101110000100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841209; }

 p { color: rgb(132,18,9); }

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

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

 a { background-color: rgb(132,18,9); }

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

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

 span { border-color: rgb(132,18,9); }

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