#831109

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

Shades of Falu Red #831109

Tints of Falu Red #831109

Color information

#831109 (or 0x831109) is unknown color: approx Falu Red. HEX triplet: 83, 11 and 09. RGB value is (131,17,9). Sum of RGB (Red+Green+Blue) = 131+17+9=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831109 is #7CEEF6. Grayscale: #323232. Windows color (decimal): -8187639 or 594307. OLE color: 594307.

HSL color Cylindrical-coordinate representation of color #831109: hue angle of 3.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #831109 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB131179-
CMYK00.870.930.49
HSL3.93º87.14%27.45%-
HSV(B)3.93º93.13%51.37%-
XYZ9.615.250.76-
YUV50.17104.77185.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 83.44%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=83.44%
G=10.83%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13117900.870.930.493.9387.1427.45
Hex831190575D314571b
Octal2032111012713561412733
Binary10000011100011001010101111011101110001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831109; }

 p { color: rgb(131,17,9); }

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

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

 a { background-color: rgb(131,17,9); }

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

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

 span { border-color: rgb(131,17,9); }

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