#841F09

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

Shades of Falu Red #841F09

Tints of Falu Red #841F09

Color information

#841F09 (or 0x841F09) is unknown color: approx Falu Red. HEX triplet: 84, 1F and 09. RGB value is (132,31,9). Sum of RGB (Red+Green+Blue) = 132+31+9=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F09 is #7BE0F6. Grayscale: #3A3A3A. Windows color (decimal): -8118519 or 597892. OLE color: 597892.

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

Color convert

RGB132319-
CMYK00.770.930.48
HSL10.73º87.23%27.65%-
HSV(B)10.73º93.18%51.76%-
XYZ10.065.910.87-
YUV58.6999.96180.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=76.74%
G=18.02%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13231900.770.930.4810.7387.2327.65
Hex841F904D5D30b571c
Octal20437110115135601312734
Binary100001001111110010100110110111011100001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841F09; }

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

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

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

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

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

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

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

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