#821711

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

Shades of Falu Red #821711

Tints of Falu Red #821711

Color information

#821711 (or 0x821711) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 11. RGB value is (130,23,17). Sum of RGB (Red+Green+Blue) = 130+23+17=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821711 is #7DE8EE. Grayscale: #363636. Windows color (decimal): -8251631 or 1120130. OLE color: 1120130.

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

Color convert

RGB1302317-
CMYK00.820.870.49
HSL3.19º76.87%28.82%-
HSV(B)3.19º86.92%50.98%-
XYZ9.615.41.07-
YUV54.31106.95181.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 17 (7.03% from 255) = 10%
R=76.47%
G=13.53%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130231700.820.870.493.1976.8728.82
Hex821711052573134d1d
Octal2022721012212761311535
Binary10000010101111000101010010101011111000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821711; }

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

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

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

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

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

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

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

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