#832206

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

Shades of Falu Red #832206

Tints of Falu Red #832206

Color information

#832206 (or 0x832206) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 06. RGB value is (131,34,6). Sum of RGB (Red+Green+Blue) = 131+34+6=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #832206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832206 is #7CDDF9. Grayscale: #3C3C3C. Windows color (decimal): -8183290 or 402051. OLE color: 402051.

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

Color convert

RGB131346-
CMYK00.740.950.49
HSL13.44º91.24%26.86%-
HSV(B)13.44º95.42%51.37%-
XYZ9.965.980.8-
YUV59.8197.64178.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.61%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=76.61%
G=19.88%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13134600.740.950.4913.4491.2426.86
Hex8322604A5F31d5b1b
Octal2034260112137611513333
Binary100000111000101100100101010111111100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832206; }

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

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

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

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

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

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

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

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