#831a16

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

Shades of Falu Red #831A16

Tints of Falu Red #831A16

Color information

#831A16 (or 0x831A16) is unknown color: approx Falu Red. HEX triplet: 83, 1A and 16. RGB value is (131,26,22). Sum of RGB (Red+Green+Blue) = 131+26+22=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A16 is #7CE5E9. Grayscale: #393939. Windows color (decimal): -8185322 or 1448579. OLE color: 1448579.

HSL color Cylindrical-coordinate representation of color #831A16: hue angle of 2.2º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831A16 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1312622-
CMYK00.800.830.49
HSL2.2º71.24%30%-
HSV(B)2.2º83.21%51.37%-
XYZ9.875.621.32-
YUV56.94108.29180.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=73.18%
G=14.53%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131262200.800.830.492.271.2430
Hex831A1605053312471e
Octal2033226012012361210736
Binary10000011110101011001010000101001111000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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