#8E1B0C

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

Shades of Falu Red #8E1B0C

Tints of Falu Red #8E1B0C

Color information

#8E1B0C (or 0x8E1B0C) is unknown color: approx Falu Red. HEX triplet: 8E, 1B and 0C. RGB value is (142,27,12). Sum of RGB (Red+Green+Blue) = 142+27+12=181 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.45% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B0C is #71E4F3. Grayscale: #3B3B3B. Windows color (decimal): -7464180 or 793486. OLE color: 793486.

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

Color convert

RGB1422712-
CMYK00.810.920.44
HSL6.92º84.42%30.2%-
HSV(B)6.92º91.55%55.69%-
XYZ11.616.561-
YUV59.68101.1186.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.45%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=78.45%
G=14.92%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142271200.810.920.446.9284.4230.2
Hex8E1BC0515C2C7541e
Octal2163314012113454712436
Binary10001110110111100010100011011100101100111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,12); }

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

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

 a { background-color: rgb(142,27,12); }

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

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

 span { border-color: rgb(142,27,12); }

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