#83220A

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

Shades of Falu Red #83220A

Tints of Falu Red #83220A

Color information

#83220A (or 0x83220A) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 0A. RGB value is (131,34,10). Sum of RGB (Red+Green+Blue) = 131+34+10=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83220A is #7CDDF5. Grayscale: #3C3C3C. Windows color (decimal): -8183286 or 664195. OLE color: 664195.

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

Color convert

RGB1313410-
CMYK00.740.920.49
HSL11.9º85.82%27.65%-
HSV(B)11.9º92.37%51.37%-
XYZ9.995.990.92-
YUV60.2799.64178.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.86%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=74.86%
G=19.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131341000.740.920.4911.985.8227.65
Hex8322A04A5C31c561c
Octal20342120112134611412634
Binary1000001110001010100100101010111001100011100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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