#83120C

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

Shades of Falu Red #83120C

Tints of Falu Red #83120C

Color information

#83120C (or 0x83120C) is unknown color: approx Falu Red. HEX triplet: 83, 12 and 0C. RGB value is (131,18,12). Sum of RGB (Red+Green+Blue) = 131+18+12=161 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.37% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 131 - color contains mainly: red. Hex color #83120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83120C is #7CEDF3. Grayscale: #333333. Windows color (decimal): -8187380 or 791171. OLE color: 791171.

HSL color Cylindrical-coordinate representation of color #83120C: hue angle of 3.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83120C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1311812-
CMYK00.860.910.49
HSL3.03º83.22%28.04%-
HSV(B)3.03º90.84%51.37%-
XYZ9.645.280.86-
YUV51.1105.94184.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 81.37%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=81.37%
G=11.18%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131181200.860.910.493.0383.2228.04
Hex8312C0565B313531c
Octal2032214012613361312334
Binary1000001110010110001010110101101111000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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