#831F12

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

Shades of Falu Red #831F12

Tints of Falu Red #831F12

Color information

#831F12 (or 0x831F12) is unknown color: approx Falu Red. HEX triplet: 83, 1F and 12. RGB value is (131,31,18). Sum of RGB (Red+Green+Blue) = 131+31+18=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F12 is #7CE0ED. Grayscale: #3B3B3B. Windows color (decimal): -8184046 or 1187715. OLE color: 1187715.

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

Color convert

RGB1313118-
CMYK00.760.860.49
HSL6.9º75.84%29.22%-
HSV(B)6.9º86.26%51.37%-
XYZ9.965.851.18-
YUV59.42104.63179.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.78%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 18 (7.42% from 255) = 10%
R=72.78%
G=17.22%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131311800.760.860.496.975.8429.22
Hex831F1204C563174c1d
Octal2033722011412661711435
Binary100000111111110010010011001010110110001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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