#82170D

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

Shades of Falu Red #82170D

Tints of Falu Red #82170D

Color information

#82170D (or 0x82170D) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 0D. RGB value is (130,23,13). Sum of RGB (Red+Green+Blue) = 130+23+13=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #82170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82170D is #7DE8F2. Grayscale: #363636. Windows color (decimal): -8251635 or 857986. OLE color: 857986.

HSL color Cylindrical-coordinate representation of color #82170D: hue angle of 5.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82170D is Cyan = 0, Magento = 0.82, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1302313-
CMYK00.820.90.49
HSL5.13º81.82%28.04%-
HSV(B)5.13º90%50.98%-
XYZ9.585.390.92-
YUV53.85104.95182.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=78.31%
G=13.86%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130231300.820.90.495.1381.8228.04
Hex8217D0525A315521c
Octal2022715012213261512234
Binary10000010101111101010100101011010110001101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82170D; }

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

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

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

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

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

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

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

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