#822419

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

Shades of Falu Red #822419

Tints of Falu Red #822419

Color information

#822419 (or 0x822419) is unknown color: approx Falu Red. HEX triplet: 82, 24 and 19. RGB value is (130,36,25). Sum of RGB (Red+Green+Blue) = 130+36+25=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #822419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822419 is #7DDBE6. Grayscale: #3E3E3E. Windows color (decimal): -8248295 or 1647746. OLE color: 1647746.

HSL color Cylindrical-coordinate representation of color #822419: hue angle of 6.29º 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 #822419 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1303625-
CMYK00.720.810.49
HSL6.29º67.74%30.39%-
HSV(B)6.29º80.77%50.98%-
XYZ10.016.081.57-
YUV62.85106.64175.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=68.06%
G=18.85%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130362500.720.810.496.2967.7430.39
Hex82241904851316441e
Octal2024431011012161610436
Binary1000001010010011001010010001010001110001110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822419; }

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

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

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

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

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

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

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

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