#8C1709

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

Shades of Falu Red #8C1709

Tints of Falu Red #8C1709

Color information

#8C1709 (or 0x8C1709) is unknown color: approx Falu Red. HEX triplet: 8C, 17 and 09. RGB value is (140,23,9). Sum of RGB (Red+Green+Blue) = 140+23+9=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1709 is #73E8F6. Grayscale: #383838. Windows color (decimal): -7596279 or 595852. OLE color: 595852.

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

Color convert

RGB140239-
CMYK00.840.940.45
HSL6.41º87.92%29.22%-
HSV(B)6.41º93.57%54.9%-
XYZ11.176.210.87-
YUV56.39101.26187.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 81.40%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=81.40%
G=13.37%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14023900.840.940.456.4187.9229.22
Hex8C1790545E2D6581d
Octal2142711012413655613035
Binary10001100101111001010101001011110101101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,9); }

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

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

 a { background-color: rgb(140,23,9); }

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

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

 span { border-color: rgb(140,23,9); }

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