#8A1A0E

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

Shades of Falu Red #8A1A0E

Tints of Falu Red #8A1A0E

Color information

#8A1A0E (or 0x8A1A0E) is unknown color: approx Falu Red. HEX triplet: 8A, 1A and 0E. RGB value is (138,26,14). Sum of RGB (Red+Green+Blue) = 138+26+14=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1A0E is #75E5F1. Grayscale: #3A3A3A. Windows color (decimal): -7726578 or 924298. OLE color: 924298.

HSL color Cylindrical-coordinate representation of color #8A1A0E: hue angle of 5.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A1A0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1382614-
CMYK00.810.900.46
HSL5.81º81.58%29.8%-
HSV(B)5.81º89.86%54.12%-
XYZ10.936.171.03-
YUV58.12103.11184.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.53%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=77.53%
G=14.61%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138261400.810.900.465.8181.5829.8
Hex8A1AE0515A2E6521e
Octal2123216012113256612236
Binary10001010110101110010100011011010101110110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,26,14); }

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

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

 a { background-color: rgb(138,26,14); }

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

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

 span { border-color: rgb(138,26,14); }

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