#8a1e07

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

Shades of Falu Red #8A1E07

Tints of Falu Red #8A1E07

Color information

#8A1E07 (or 0x8A1E07) is unknown color: approx Falu Red. HEX triplet: 8A, 1E and 07. RGB value is (138,30,7). Sum of RGB (Red+Green+Blue) = 138+30+7=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E07 is #75E1F8. Grayscale: #3B3B3B. Windows color (decimal): -7725561 or 466570. OLE color: 466570.

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

Color convert

RGB138307-
CMYK00.780.950.46
HSL10.53º90.34%28.43%-
HSV(B)10.53º94.93%54.12%-
XYZ10.986.350.85-
YUV59.6798.28183.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.86%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 7 (3.12% from 255) = 4%
R=78.86%
G=17.14%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13830700.780.950.4610.5390.3428.43
Hex8A1E704E5F2Eb5a1c
Octal2123670116137561313234
Binary10001010111101110100111010111111011101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1e07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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