#8D1806

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

Shades of Falu Red #8D1806

Tints of Falu Red #8D1806

Color information

#8D1806 (or 0x8D1806) is unknown color: approx Falu Red. HEX triplet: 8D, 18 and 06. RGB value is (141,24,6). Sum of RGB (Red+Green+Blue) = 141+24+6=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1806 is #72E7F9. Grayscale: #393939. Windows color (decimal): -7530490 or 399501. OLE color: 399501.

HSL color Cylindrical-coordinate representation of color #8D1806: hue angle of 8º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D1806 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB141246-
CMYK00.830.960.45
HSL91.84%28.82%-
HSV(B)95.74%55.29%-
XYZ11.346.330.8-
YUV56.9399.26187.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.46%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=82.46%
G=14.04%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14124600.830.960.45891.8428.82
Hex8D186053602D85c1d
Octal2153060123140551013435
Binary10001101110001100101001111000001011011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,6); }

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

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

 a { background-color: rgb(141,24,6); }

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

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

 span { border-color: rgb(141,24,6); }

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