#831D16

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

Shades of Falu Red #831D16

Tints of Falu Red #831D16

Color information

#831D16 (or 0x831D16) is unknown color: approx Falu Red. HEX triplet: 83, 1D and 16. RGB value is (131,29,22). Sum of RGB (Red+Green+Blue) = 131+29+22=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #831D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D16 is #7CE2E9. Grayscale: #3A3A3A. Windows color (decimal): -8184554 or 1449347. OLE color: 1449347.

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

Color convert

RGB1312922-
CMYK00.780.830.49
HSL3.85º71.24%30%-
HSV(B)3.85º83.21%51.37%-
XYZ9.945.761.35-
YUV58.7107.29179.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=71.98%
G=15.93%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131292200.780.830.493.8571.2430
Hex831D1604E53314471e
Octal2033526011612361410736
Binary100000111110110110010011101010011110001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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