#8c1711

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

Shades of Falu Red #8C1711

Tints of Falu Red #8C1711

Color information

#8C1711 (or 0x8C1711) is unknown color: approx Falu Red. HEX triplet: 8C, 17 and 11. RGB value is (140,23,17). Sum of RGB (Red+Green+Blue) = 140+23+17=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1711 is #73E8EE. Grayscale: #393939. Windows color (decimal): -7596271 or 1120140. OLE color: 1120140.

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

Color convert

RGB1402317-
CMYK00.840.880.45
HSL2.93º78.34%30.78%-
HSV(B)2.93º87.86%54.9%-
XYZ11.226.231.14-
YUV57.3105.26186.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.78%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=77.78%
G=12.78%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140231700.840.880.452.9378.3430.78
Hex8C1711054582D34e1f
Octal2142721012413055311637
Binary10001100101111000101010100101100010110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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