#821E19

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

Shades of Falu Red #821E19

Tints of Falu Red #821E19

Color information

#821E19 (or 0x821E19) is unknown color: approx Falu Red. HEX triplet: 82, 1E and 19. RGB value is (130,30,25). Sum of RGB (Red+Green+Blue) = 130+30+25=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E19 is #7DE1E6. Grayscale: #3B3B3B. Windows color (decimal): -8249831 or 1646210. OLE color: 1646210.

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

Color convert

RGB1303025-
CMYK00.770.810.49
HSL2.86º67.74%30.39%-
HSV(B)2.86º80.77%50.98%-
XYZ9.855.741.51-
YUV59.33108.63178.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=70.27%
G=16.22%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130302500.770.810.492.8667.7430.39
Hex821E1904D51313441e
Octal2023631011512161310436
Binary10000010111101100101001101101000111000111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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