#82210D

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

Shades of Falu Red #82210D

Tints of Falu Red #82210D

Color information

#82210D (or 0x82210D) is unknown color: approx Falu Red. HEX triplet: 82, 21 and 0D. RGB value is (130,33,13). Sum of RGB (Red+Green+Blue) = 130+33+13=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #82210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82210D is #7DDEF2. Grayscale: #3B3B3B. Windows color (decimal): -8249075 or 860546. OLE color: 860546.

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

Color convert

RGB1303313-
CMYK00.750.90.49
HSL10.26º81.82%28.04%-
HSV(B)10.26º90%50.98%-
XYZ9.825.860.99-
YUV59.72101.64178.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.86%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=73.86%
G=18.75%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130331300.750.90.4910.2681.8228.04
Hex8221D04B5A31a521c
Octal20241150113132611212234
Binary1000001010000111010100101110110101100011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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