#822418

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

Shades of Falu Red #822418

Tints of Falu Red #822418

Color information

#822418 (or 0x822418) is unknown color: approx Falu Red. HEX triplet: 82, 24 and 18. RGB value is (130,36,24). Sum of RGB (Red+Green+Blue) = 130+36+24=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822418 is #7DDBE7. Grayscale: #3E3E3E. Windows color (decimal): -8248296 or 1582210. OLE color: 1582210.

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

Color convert

RGB1303624-
CMYK00.720.820.49
HSL6.79º68.83%30.2%-
HSV(B)6.79º81.54%50.98%-
XYZ106.071.51-
YUV62.74106.14175.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.42%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=68.42%
G=18.95%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130362400.720.820.496.7968.8330.2
Hex82241804852317451e
Octal2024430011012261710536
Binary1000001010010011000010010001010010110001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822418; }

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

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

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

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

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

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

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

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