#82110B

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

Shades of Falu Red #82110B

Tints of Falu Red #82110B

Color information

#82110B (or 0x82110B) is unknown color: approx Falu Red. HEX triplet: 82, 11 and 0B. RGB value is (130,17,11). Sum of RGB (Red+Green+Blue) = 130+17+11=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #82110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82110B is #7DEEF4. Grayscale: #323232. Windows color (decimal): -8253173 or 725378. OLE color: 725378.

HSL color Cylindrical-coordinate representation of color #82110B: hue angle of 3.03º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82110B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1301711-
CMYK00.870.920.49
HSL3.03º84.4%27.65%-
HSV(B)3.03º91.54%50.98%-
XYZ9.475.170.82-
YUV50.1105.94184.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.28%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=82.28%
G=10.76%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130171100.870.920.493.0384.427.65
Hex8211B0575C313541c
Octal2022113012713461312434
Binary1000001010001101101010111101110011000111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82110B; }

 p { color: rgb(130,17,11); }

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

<style>
 a { background-color: #82110B; }

 a { background-color: rgb(130,17,11); }

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

<style>
 span { border-color: #82110B; }

 span { border-color: rgb(130,17,11); }

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