#83221E

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

Shades of Falu Red #83221E

Tints of Falu Red #83221E

Color information

#83221E (or 0x83221E) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 1E. RGB value is (131,34,30). Sum of RGB (Red+Green+Blue) = 131+34+30=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221E is #7CDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8183266 or 1974915. OLE color: 1974915.

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

Color convert

RGB1313430-
CMYK00.740.770.49
HSL2.38º62.73%31.57%-
HSV(B)2.38º77.1%51.37%-
XYZ10.176.061.86-
YUV62.55109.64176.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.18%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=67.18%
G=17.44%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131343000.740.770.492.3862.7331.57
Hex83221E04A4D3123f20
Octal203423601121156127740
Binary100000111000101111001001010100110111000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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