#8C1E11

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

Shades of Falu Red #8C1E11

Tints of Falu Red #8C1E11

Color information

#8C1E11 (or 0x8C1E11) is unknown color: approx Falu Red. HEX triplet: 8C, 1E and 11. RGB value is (140,30,17). Sum of RGB (Red+Green+Blue) = 140+30+17=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1E11 is #73E1EE. Grayscale: #3D3D3D. Windows color (decimal): -7594479 or 1121932. OLE color: 1121932.

HSL color Cylindrical-coordinate representation of color #8C1E11: hue angle of 6.34º 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 #8C1E11 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1403017-
CMYK00.790.880.45
HSL6.34º78.34%30.78%-
HSV(B)6.34º87.86%54.9%-
XYZ11.386.541.19-
YUV61.41102.94184.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.87%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=74.87%
G=16.04%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140301700.790.880.456.3478.3430.78
Hex8C1E1104F582D64e1f
Octal2143621011713055611637
Binary100011001111010001010011111011000101101110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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