#82221E

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

Shades of Falu Red #82221E

Tints of Falu Red #82221E

Color information

#82221E (or 0x82221E) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 1E. RGB value is (130,34,30). Sum of RGB (Red+Green+Blue) = 130+34+30=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82221E is #7DDDE1. Grayscale: #3E3E3E. Windows color (decimal): -8248802 or 1974914. OLE color: 1974914.

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

Color convert

RGB1303430-
CMYK00.740.770.49
HSL2.4º62.5%31.37%-
HSV(B)2.4º76.92%50.98%-
XYZ10.015.981.86-
YUV62.25109.8176.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=67.01%
G=17.53%
B=15.46%

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
Decimal130343000.740.770.492.462.531.37
Hex82221E04A4D3123e1f
Octal202423601121156127637
Binary10000010100010111100100101010011011100011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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