#8A170D

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

Shades of Falu Red #8A170D

Tints of Falu Red #8A170D

Color information

#8A170D (or 0x8A170D) is unknown color: approx Falu Red. HEX triplet: 8A, 17 and 0D. RGB value is (138,23,13). Sum of RGB (Red+Green+Blue) = 138+23+13=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A170D is #75E8F2. Grayscale: #383838. Windows color (decimal): -7727347 or 857994. OLE color: 857994.

HSL color Cylindrical-coordinate representation of color #8A170D: hue angle of 4.8º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A170D is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1382313-
CMYK00.830.910.46
HSL4.8º82.78%29.61%-
HSV(B)4.8º90.58%54.12%-
XYZ10.866.050.98-
YUV56.24103.6186.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=79.31%
G=13.22%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138231300.830.910.464.882.7829.61
Hex8A17D0535B2E5531e
Octal2122715012313356512336
Binary10001010101111101010100111011011101110101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A170D; }

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

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

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

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

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

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

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

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