#8A1E0A

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

Shades of Falu Red #8A1E0A

Tints of Falu Red #8A1E0A

Color information

#8A1E0A (or 0x8A1E0A) is unknown color: approx Falu Red. HEX triplet: 8A, 1E and 0A. RGB value is (138,30,10). Sum of RGB (Red+Green+Blue) = 138+30+10=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E0A is #75E1F5. Grayscale: #3C3C3C. Windows color (decimal): -7725558 or 663178. OLE color: 663178.

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

Color convert

RGB1383010-
CMYK00.780.930.46
HSL9.38º86.49%29.02%-
HSV(B)9.38º92.75%54.12%-
XYZ116.350.93-
YUV60.0199.78183.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.53%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=77.53%
G=16.85%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138301000.780.930.469.3886.4929.02
Hex8A1EA04E5D2E9561d
Octal21236120116135561112635
Binary100010101111010100100111010111011011101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,30,10); }

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

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

 a { background-color: rgb(138,30,10); }

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

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

 span { border-color: rgb(138,30,10); }

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