#83120D

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

Shades of Falu Red #83120D

Tints of Falu Red #83120D

Color information

#83120D (or 0x83120D) is unknown color: approx Falu Red. HEX triplet: 83, 12 and 0D. RGB value is (131,18,13). Sum of RGB (Red+Green+Blue) = 131+18+13=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #83120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83120D is #7CEDF2. Grayscale: #333333. Windows color (decimal): -8187379 or 856707. OLE color: 856707.

HSL color Cylindrical-coordinate representation of color #83120D: hue angle of 2.54º 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 #83120D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1311813-
CMYK00.860.900.49
HSL2.54º81.94%28.24%-
HSV(B)2.54º90.08%51.37%-
XYZ9.655.290.89-
YUV51.22106.44184.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 80.86%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=80.86%
G=11.11%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131181300.860.900.492.5481.9428.24
Hex8312D0565A313521c
Octal2032215012613261312234
Binary1000001110010110101010110101101011000111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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