#8A1607

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

Shades of Falu Red #8A1607

Tints of Falu Red #8A1607

Color information

#8A1607 (or 0x8A1607) is unknown color: approx Falu Red. HEX triplet: 8A, 16 and 07. RGB value is (138,22,7). Sum of RGB (Red+Green+Blue) = 138+22+7=167 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.63% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1607 is #75E9F8. Grayscale: #373737. Windows color (decimal): -7727609 or 464522. OLE color: 464522.

HSL color Cylindrical-coordinate representation of color #8A1607: hue angle of 6.87º 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 #8A1607 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB138227-
CMYK00.840.950.46
HSL6.87º90.34%28.43%-
HSV(B)6.87º94.93%54.12%-
XYZ10.815.990.79-
YUV54.97100.93187.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.63%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=82.63%
G=13.17%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13822700.840.950.466.8790.3428.43
Hex8A1670545F2E75a1c
Octal212267012413756713234
Binary1000101010110111010101001011111101110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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