#842611

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

Shades of Falu Red #842611

Tints of Falu Red #842611

Color information

#842611 (or 0x842611) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 11. RGB value is (132,38,17). Sum of RGB (Red+Green+Blue) = 132+38+17=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842611 is #7BD9EE. Grayscale: #3F3F3F. Windows color (decimal): -8116719 or 1123972. OLE color: 1123972.

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

Color convert

RGB1323817-
CMYK00.710.870.48
HSL10.96º77.18%29.22%-
HSV(B)10.96º87.12%51.76%-
XYZ10.316.331.21-
YUV63.71101.64176.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=70.59%
G=20.32%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132381700.710.870.4810.9677.1829.22
Hex8426110475730b4d1d
Octal20446210107127601311535
Binary10000100100110100010100011110101111100001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842611; }

 p { color: rgb(132,38,17); }

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

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

 a { background-color: rgb(132,38,17); }

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

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

 span { border-color: rgb(132,38,17); }

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