#82201A

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

Shades of Falu Red #82201A

Tints of Falu Red #82201A

Color information

#82201A (or 0x82201A) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 1A. RGB value is (130,32,26). Sum of RGB (Red+Green+Blue) = 130+32+26=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #82201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82201A is #7DDFE5. Grayscale: #3C3C3C. Windows color (decimal): -8249318 or 1712258. OLE color: 1712258.

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

Color convert

RGB1303226-
CMYK00.750.80.49
HSL3.46º66.67%30.59%-
HSV(B)3.46º80%50.98%-
XYZ9.915.851.58-
YUV60.62108.47177.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=69.15%
G=17.02%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130322600.750.80.493.4666.6730.59
Hex82201A04B50313431f
Octal2024032011312061310337
Binary100000101000001101001001011101000011000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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