#821511

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

Shades of Falu Red #821511

Tints of Falu Red #821511

Color information

#821511 (or 0x821511) is unknown color: approx Falu Red. HEX triplet: 82, 15 and 11. RGB value is (130,21,17). Sum of RGB (Red+Green+Blue) = 130+21+17=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821511 is #7DEAEE. Grayscale: #353535. Windows color (decimal): -8252143 or 1119618. OLE color: 1119618.

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

Color convert

RGB1302117-
CMYK00.840.870.49
HSL2.12º76.87%28.82%-
HSV(B)2.12º86.92%50.98%-
XYZ9.585.321.05-
YUV53.14107.61182.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.38%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=77.38%
G=12.5%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130211700.840.870.492.1276.8728.82
Hex821511054573124d1d
Octal2022521012412761211535
Binary10000010101011000101010100101011111000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821511; }

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

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

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

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

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

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

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

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