#83220E

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

Shades of Falu Red #83220E

Tints of Falu Red #83220E

Color information

#83220E (or 0x83220E) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 0E. RGB value is (131,34,14). Sum of RGB (Red+Green+Blue) = 131+34+14=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #83220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83220E is #7CDDF1. Grayscale: #3C3C3C. Windows color (decimal): -8183282 or 926339. OLE color: 926339.

HSL color Cylindrical-coordinate representation of color #83220E: hue angle of 10.26º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83220E is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1313414-
CMYK00.740.890.49
HSL10.26º80.69%28.43%-
HSV(B)10.26º89.31%51.37%-
XYZ10.0161.05-
YUV60.72101.64178.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=73.18%
G=18.99%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131341400.740.890.4910.2680.6928.43
Hex8322E04A5931a511c
Octal20342160112131611212134
Binary1000001110001011100100101010110011100011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83220E; }

 p { color: rgb(131,34,14); }

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

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

 a { background-color: rgb(131,34,14); }

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

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

 span { border-color: rgb(131,34,14); }

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