#83110D

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

Shades of Falu Red #83110D

Tints of Falu Red #83110D

Color information

#83110D (or 0x83110D) is unknown color: approx Falu Red. HEX triplet: 83, 11 and 0D. RGB value is (131,17,13). Sum of RGB (Red+Green+Blue) = 131+17+13=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #83110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83110D is #7CEEF2. Grayscale: #323232. Windows color (decimal): -8187635 or 856451. OLE color: 856451.

HSL color Cylindrical-coordinate representation of color #83110D: hue angle of 2.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83110D is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1311713-
CMYK00.870.900.49
HSL2.03º81.94%28.24%-
HSV(B)2.03º90.08%51.37%-
XYZ9.635.260.89-
YUV50.63106.77185.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 81.37%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=81.37%
G=10.56%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131171300.870.900.492.0381.9428.24
Hex8311D0575A312521c
Octal2032115012713261212234
Binary1000001110001110101010111101101011000110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83110D; }

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

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

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

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

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

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

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

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