#821E12

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

Shades of Falu Red #821E12

Tints of Falu Red #821E12

Color information

#821E12 (or 0x821E12) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 12. RGB value is (130,30,18). Sum of RGB (Red+Green+Blue) = 130+30+18=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E12 is #7DE1ED. Grayscale: #3A3A3A. Windows color (decimal): -8249838 or 1187458. OLE color: 1187458.

HSL color Cylindrical-coordinate representation of color #821E12: hue angle of 6.43º 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 #821E12 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1303018-
CMYK00.770.860.49
HSL6.43º75.68%29.02%-
HSV(B)6.43º86.15%50.98%-
XYZ9.785.721.16-
YUV58.53105.13178.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=73.03%
G=16.85%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130301800.770.860.496.4375.6829.02
Hex821E1204D563164c1d
Octal2023622011512661611435
Binary100000101111010010010011011010110110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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