#831B12

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

Shades of Falu Red #831B12

Tints of Falu Red #831B12

Color information

#831B12 (or 0x831B12) is unknown color: approx Falu Red. HEX triplet: 83, 1B and 12. RGB value is (131,27,18). Sum of RGB (Red+Green+Blue) = 131+27+18=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #831B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B12 is #7CE4ED. Grayscale: #393939. Windows color (decimal): -8185070 or 1186691. OLE color: 1186691.

HSL color Cylindrical-coordinate representation of color #831B12: hue angle of 4.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831B12 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1312718-
CMYK00.790.860.49
HSL4.78º75.84%29.22%-
HSV(B)4.78º86.26%51.37%-
XYZ9.865.651.14-
YUV57.07105.96180.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.43%
GREEN value IS 27 (10.94% from 255) = 15.34%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=74.43%
G=15.34%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131271800.790.860.494.7875.8429.22
Hex831B1204F563154c1d
Octal2033322011712661511435
Binary100000111101110010010011111010110110001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B12; }

 p { color: rgb(131,27,18); }

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

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

 a { background-color: rgb(131,27,18); }

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

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

 span { border-color: rgb(131,27,18); }

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