#831f16

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

Shades of Falu Red #831F16

Tints of Falu Red #831F16

Color information

#831F16 (or 0x831F16) is unknown color: approx Falu Red. HEX triplet: 83, 1F and 16. RGB value is (131,31,22). Sum of RGB (Red+Green+Blue) = 131+31+22=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #831F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F16 is #7CE0E9. Grayscale: #3C3C3C. Windows color (decimal): -8184042 or 1449859. OLE color: 1449859.

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

Color convert

RGB1313122-
CMYK00.760.830.49
HSL4.95º71.24%30%-
HSV(B)4.95º83.21%51.37%-
XYZ9.995.861.36-
YUV59.87106.63178.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.20%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=71.20%
G=16.85%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131312200.760.830.494.9571.2430
Hex831F1604C53315471e
Octal2033726011412361510736
Binary100000111111110110010011001010011110001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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