#821D18

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

Shades of Falu Red #821D18

Tints of Falu Red #821D18

Color information

#821D18 (or 0x821D18) is unknown color: approx Falu Red. HEX triplet: 82, 1D and 18. RGB value is (130,29,24). Sum of RGB (Red+Green+Blue) = 130+29+24=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D18 is #7DE2E7. Grayscale: #3A3A3A. Windows color (decimal): -8250088 or 1580418. OLE color: 1580418.

HSL color Cylindrical-coordinate representation of color #821D18: hue angle of 2.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821D18 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1302924-
CMYK00.780.820.49
HSL2.83º68.83%30.2%-
HSV(B)2.83º81.54%50.98%-
XYZ9.815.691.45-
YUV58.63108.46178.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=71.04%
G=15.85%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130292400.780.820.492.8368.8330.2
Hex821D1804E52313451e
Octal2023530011612261310536
Binary10000010111011100001001110101001011000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821D18; }

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

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

<style>
 a { background-color: #821D18; }

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

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

<style>
 span { border-color: #821D18; }

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

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