#822511

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

Shades of Falu Red #822511

Tints of Falu Red #822511

Color information

#822511 (or 0x822511) is unknown color: approx Falu Red. HEX triplet: 82, 25 and 11. RGB value is (130,37,17). Sum of RGB (Red+Green+Blue) = 130+37+17=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822511 is #7DDAEE. Grayscale: #3E3E3E. Windows color (decimal): -8248047 or 1123714. OLE color: 1123714.

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

Color convert

RGB1303717-
CMYK00.720.870.49
HSL10.62º76.87%28.82%-
HSV(B)10.62º86.92%50.98%-
XYZ9.976.111.18-
YUV62.53102.31176.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=70.65%
G=20.11%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130371700.720.870.4910.6276.8728.82
Hex8225110485731b4d1d
Octal20245210110127611311535
Binary10000010100101100010100100010101111100011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822511; }

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

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

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

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

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

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

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

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