#82201E

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

Shades of Falu Red #82201E

Tints of Falu Red #82201E

Color information

#82201E (or 0x82201E) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 1E. RGB value is (130,32,30). Sum of RGB (Red+Green+Blue) = 130+32+30=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82201E is #7DDFE1. Grayscale: #3D3D3D. Windows color (decimal): -8249314 or 1974402. OLE color: 1974402.

HSL color Cylindrical-coordinate representation of color #82201E: hue angle of 1.2º 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 #82201E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1303230-
CMYK00.750.770.49
HSL1.2º62.5%31.37%-
HSV(B)1.2º76.92%50.98%-
XYZ9.965.871.84-
YUV61.07110.47177.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=67.71%
G=16.67%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130323000.750.770.491.262.531.37
Hex82201E04B4D3113e1f
Octal202403601131156117637
Binary1000001010000011110010010111001101110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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