#842109

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

Shades of Falu Red #842109

Tints of Falu Red #842109

Color information

#842109 (or 0x842109) is unknown color: approx Falu Red. HEX triplet: 84, 21 and 09. RGB value is (132,33,9). Sum of RGB (Red+Green+Blue) = 132+33+9=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #842109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842109 is #7BDEF6. Grayscale: #3C3C3C. Windows color (decimal): -8118007 or 598404. OLE color: 598404.

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

Color convert

RGB132339-
CMYK00.750.930.48
HSL11.71º87.23%27.65%-
HSV(B)11.71º93.18%51.76%-
XYZ10.116.010.89-
YUV59.8699.3179.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=75.86%
G=18.97%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13233900.750.930.4811.7187.2327.65
Hex8421904B5D30c571c
Octal20441110113135601412734
Binary1000010010000110010100101110111011100001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842109; }

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

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

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

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

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

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

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

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