#82180C

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

Shades of Falu Red #82180C

Tints of Falu Red #82180C

Color information

#82180C (or 0x82180C) is unknown color: approx Falu Red. HEX triplet: 82, 18 and 0C. RGB value is (130,24,12). Sum of RGB (Red+Green+Blue) = 130+24+12=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #82180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82180C is #7DE7F3. Grayscale: #363636. Windows color (decimal): -8251380 or 792706. OLE color: 792706.

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

Color convert

RGB1302412-
CMYK00.820.910.49
HSL6.1º83.1%27.84%-
HSV(B)6.1º90.77%50.98%-
XYZ9.65.430.89-
YUV54.33104.12181.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=78.31%
G=14.46%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130241200.820.910.496.183.127.84
Hex8218C0525B316531c
Octal2023014012213361612334
Binary10000010110001100010100101011011110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82180C; }

 p { color: rgb(130,24,12); }

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

<style>
 a { background-color: #82180C; }

 a { background-color: rgb(130,24,12); }

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

<style>
 span { border-color: #82180C; }

 span { border-color: rgb(130,24,12); }

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