#8A140C

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

Shades of Falu Red #8A140C

Tints of Falu Red #8A140C

Color information

#8A140C (or 0x8A140C) is unknown color: approx Falu Red. HEX triplet: 8A, 14 and 0C. RGB value is (138,20,12). Sum of RGB (Red+Green+Blue) = 138+20+12=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A140C is #75EBF3. Grayscale: #363636. Windows color (decimal): -7728116 or 791690. OLE color: 791690.

HSL color Cylindrical-coordinate representation of color #8A140C: hue angle of 3.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A140C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1382012-
CMYK00.860.910.46
HSL3.81º84%29.41%-
HSV(B)3.81º91.3%54.12%-
XYZ10.85.930.92-
YUV54.37104.09187.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 81.18%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=81.18%
G=11.76%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138201200.860.910.463.818429.41
Hex8A14C0565B2E4541d
Octal2122414012613356412435
Binary10001010101001100010101101011011101110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,12); }

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

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

 a { background-color: rgb(138,20,12); }

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

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

 span { border-color: rgb(138,20,12); }

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