#831E12

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

Shades of Falu Red #831E12

Tints of Falu Red #831E12

Color information

#831E12 (or 0x831E12) is unknown color: approx Falu Red. HEX triplet: 83, 1E and 12. RGB value is (131,30,18). Sum of RGB (Red+Green+Blue) = 131+30+18=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E12 is #7CE1ED. Grayscale: #3A3A3A. Windows color (decimal): -8184302 or 1187459. OLE color: 1187459.

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

Color convert

RGB1313018-
CMYK00.770.860.49
HSL6.37º75.84%29.22%-
HSV(B)6.37º86.26%51.37%-
XYZ9.935.81.17-
YUV58.83104.96179.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=73.18%
G=16.76%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131301800.770.860.496.3775.8429.22
Hex831E1204D563164c1d
Octal2033622011512661611435
Binary100000111111010010010011011010110110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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