#83221A

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

Shades of Falu Red #83221A

Tints of Falu Red #83221A

Color information

#83221A (or 0x83221A) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 1A. RGB value is (131,34,26). Sum of RGB (Red+Green+Blue) = 131+34+26=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #83221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221A is #7CDDE5. Grayscale: #3E3E3E. Windows color (decimal): -8183270 or 1712771. OLE color: 1712771.

HSL color Cylindrical-coordinate representation of color #83221A: hue angle of 4.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83221A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1313426-
CMYK00.740.800.49
HSL4.57º66.88%30.78%-
HSV(B)4.57º80.15%51.37%-
XYZ10.126.041.61-
YUV62.09107.64177.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.59%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=68.59%
G=17.80%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131342600.740.800.494.5766.8830.78
Hex83221A04A50315431f
Octal2034232011212061510337
Binary1000001110001011010010010101010000110001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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