#831606

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

Shades of Falu Red #831606

Tints of Falu Red #831606

Color information

#831606 (or 0x831606) is unknown color: approx Falu Red. HEX triplet: 83, 16 and 06. RGB value is (131,22,6). Sum of RGB (Red+Green+Blue) = 131+22+6=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #831606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831606 is #7CE9F9. Grayscale: #343434. Windows color (decimal): -8186362 or 398979. OLE color: 398979.

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

Color convert

RGB131226-
CMYK00.830.950.49
HSL7.68º91.24%26.86%-
HSV(B)7.68º95.42%51.37%-
XYZ9.685.410.71-
YUV52.77101.61183.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 82.39%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=82.39%
G=13.84%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13122600.830.950.497.6891.2426.86
Hex831660535F3185b1b
Octal2032660123137611013333
Binary10000011101101100101001110111111100011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831606; }

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

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

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

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

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

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

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

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