#832006

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

Shades of Falu Red #832006

Tints of Falu Red #832006

Color information

#832006 (or 0x832006) is unknown color: approx Falu Red. HEX triplet: 83, 20 and 06. RGB value is (131,32,6). Sum of RGB (Red+Green+Blue) = 131+32+6=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #832006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832006 is #7CDFF9. Grayscale: #3A3A3A. Windows color (decimal): -8183802 or 401539. OLE color: 401539.

HSL color Cylindrical-coordinate representation of color #832006: hue angle of 12.48º 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 #832006 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB131326-
CMYK00.760.950.49
HSL12.48º91.24%26.86%-
HSV(B)12.48º95.42%51.37%-
XYZ9.915.870.78-
YUV58.6498.3179.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 77.51%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=77.51%
G=18.93%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13132600.760.950.4912.4891.2426.86
Hex8320604C5F31c5b1b
Octal2034060114137611413333
Binary100000111000001100100110010111111100011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832006; }

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

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

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

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

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

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

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

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