#822513

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

Shades of Falu Red #822513

Tints of Falu Red #822513

Color information

#822513 (or 0x822513) is unknown color: approx Falu Red. HEX triplet: 82, 25 and 13. RGB value is (130,37,19). Sum of RGB (Red+Green+Blue) = 130+37+19=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822513 is #7DDAEC. Grayscale: #3E3E3E. Windows color (decimal): -8248045 or 1254786. OLE color: 1254786.

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

Color convert

RGB1303719-
CMYK00.720.850.49
HSL9.73º74.5%29.22%-
HSV(B)9.73º85.38%50.98%-
XYZ9.996.121.27-
YUV62.76103.31175.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=69.89%
G=19.89%
B=10.22%

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
Decimal130371900.720.850.499.7374.529.22
Hex8225130485531a4a1d
Octal20245230110125611211235
Binary10000010100101100110100100010101011100011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822513; }

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

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

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

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

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

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

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

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