#832211

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

Shades of Falu Red #832211

Tints of Falu Red #832211

Color information

#832211 (or 0x832211) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 11. RGB value is (131,34,17). Sum of RGB (Red+Green+Blue) = 131+34+17=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #832211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832211 is #7CDDEE. Grayscale: #3D3D3D. Windows color (decimal): -8183279 or 1122947. OLE color: 1122947.

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

Color convert

RGB1313417-
CMYK00.740.870.49
HSL8.95º77.03%29.02%-
HSV(B)8.95º87.02%51.37%-
XYZ10.036.011.16-
YUV61.06103.14177.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=71.98%
G=18.68%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131341700.740.870.498.9577.0329.02
Hex83221104A573194d1d
Octal20342210112127611111535
Binary10000011100010100010100101010101111100011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832211; }

 p { color: rgb(131,34,17); }

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

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

 a { background-color: rgb(131,34,17); }

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

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

 span { border-color: rgb(131,34,17); }

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