#822413

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

Shades of Falu Red #822413

Tints of Falu Red #822413

Color information

#822413 (or 0x822413) is unknown color: approx Falu Red. HEX triplet: 82, 24 and 13. RGB value is (130,36,19). Sum of RGB (Red+Green+Blue) = 130+36+19=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822413 is #7DDBEC. Grayscale: #3E3E3E. Windows color (decimal): -8248301 or 1254530. OLE color: 1254530.

HSL color Cylindrical-coordinate representation of color #822413: hue angle of 9.19º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #822413 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1303619-
CMYK00.720.850.49
HSL9.19º74.5%29.22%-
HSV(B)9.19º85.38%50.98%-
XYZ9.956.051.26-
YUV62.17103.64176.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=70.27%
G=19.46%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130361900.720.850.499.1974.529.22
Hex822413048553194a1d
Octal20244230110125611111235
Binary10000010100100100110100100010101011100011001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822413; }

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

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

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

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

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

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

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

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