#821713

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

Shades of Falu Red #821713

Tints of Falu Red #821713

Color information

#821713 (or 0x821713) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 13. RGB value is (130,23,19). Sum of RGB (Red+Green+Blue) = 130+23+19=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821713 is #7DE8EC. Grayscale: #363636. Windows color (decimal): -8251629 or 1251202. OLE color: 1251202.

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

Color convert

RGB1302319-
CMYK00.820.850.49
HSL2.16º74.5%29.22%-
HSV(B)2.16º85.38%50.98%-
XYZ9.635.411.15-
YUV54.54107.95181.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=75.58%
G=13.37%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130231900.820.850.492.1674.529.22
Hex821713052553124a1d
Octal2022723012212561211235
Binary10000010101111001101010010101010111000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821713; }

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

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

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

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

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

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

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

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