#821D12

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

Shades of Falu Red #821D12

Tints of Falu Red #821D12

Color information

#821D12 (or 0x821D12) is unknown color: approx Falu Red. HEX triplet: 82, 1D and 12. RGB value is (130,29,18). Sum of RGB (Red+Green+Blue) = 130+29+18=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D12 is #7DE2ED. Grayscale: #3A3A3A. Windows color (decimal): -8250094 or 1187202. OLE color: 1187202.

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

Color convert

RGB1302918-
CMYK00.780.860.49
HSL5.89º75.68%29.02%-
HSV(B)5.89º86.15%50.98%-
XYZ9.755.671.15-
YUV57.94105.46179.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=73.45%
G=16.38%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130291800.780.860.495.8975.6829.02
Hex821D1204E563164c1d
Octal2023522011612661611435
Binary100000101110110010010011101010110110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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