#822313

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

Shades of Falu Red #822313

Tints of Falu Red #822313

Color information

#822313 (or 0x822313) is unknown color: approx Falu Red. HEX triplet: 82, 23 and 13. RGB value is (130,35,19). Sum of RGB (Red+Green+Blue) = 130+35+19=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822313 is #7DDCEC. Grayscale: #3D3D3D. Windows color (decimal): -8248557 or 1254274. OLE color: 1254274.

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

Color convert

RGB1303519-
CMYK00.730.850.49
HSL8.65º74.5%29.22%-
HSV(B)8.65º85.38%50.98%-
XYZ9.925.991.25-
YUV61.58103.97176.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=70.65%
G=19.02%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130351900.730.850.498.6574.529.22
Hex822313049553194a1d
Octal20243230111125611111235
Binary10000010100011100110100100110101011100011001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822313; }

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

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

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

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

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

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

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

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