#82220D

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

Shades of Falu Red #82220D

Tints of Falu Red #82220D

Color information

#82220D (or 0x82220D) is unknown color: approx Falu Red. HEX triplet: 82, 22 and 0D. RGB value is (130,34,13). Sum of RGB (Red+Green+Blue) = 130+34+13=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82220D is #7DDDF2. Grayscale: #3C3C3C. Windows color (decimal): -8248819 or 860802. OLE color: 860802.

HSL color Cylindrical-coordinate representation of color #82220D: hue angle of 10.77º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82220D is Cyan = 0, Magento = 0.74, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1303413-
CMYK00.740.90.49
HSL10.77º81.82%28.04%-
HSV(B)10.77º90%50.98%-
XYZ9.855.921-
YUV60.31101.3177.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=73.45%
G=19.21%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130341300.740.90.4910.7781.8228.04
Hex8222D04A5A31b521c
Octal20242150112132611312234
Binary1000001010001011010100101010110101100011011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82220D; }

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

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

<style>
 a { background-color: #82220D; }

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

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

<style>
 span { border-color: #82220D; }

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

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