#8F1711

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

Shades of Falu Red #8F1711

Tints of Falu Red #8F1711

Color information

#8F1711 (or 0x8F1711) is unknown color: approx Falu Red. HEX triplet: 8F, 17 and 11. RGB value is (143,23,17). Sum of RGB (Red+Green+Blue) = 143+23+17=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1711 is #70E8EE. Grayscale: #3A3A3A. Windows color (decimal): -7399663 or 1120143. OLE color: 1120143.

HSL color Cylindrical-coordinate representation of color #8F1711: hue angle of 2.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1711 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1432317-
CMYK00.840.880.44
HSL2.86º78.75%31.37%-
HSV(B)2.86º88.11%56.08%-
XYZ11.746.491.17-
YUV58.2104.76188.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 78.14%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=78.14%
G=12.57%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143231700.840.880.442.8678.7531.37
Hex8F1711054582C34f1f
Octal2172721012413054311737
Binary10001111101111000101010100101100010110011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,23,17); }

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

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

 a { background-color: rgb(143,23,17); }

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

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

 span { border-color: rgb(143,23,17); }

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