#8A2604

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

Shades of Falu Red #8A2604

Tints of Falu Red #8A2604

Color information

#8A2604 (or 0x8A2604) is unknown color: approx Falu Red. HEX triplet: 8A, 26 and 04. RGB value is (138,38,4). Sum of RGB (Red+Green+Blue) = 138+38+4=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2604 is #75D9FB. Grayscale: #404040. Windows color (decimal): -7723516 or 272010. OLE color: 272010.

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

Color convert

RGB138384-
CMYK00.720.970.46
HSL15.22º94.37%27.84%-
HSV(B)15.22º97.1%54.12%-
XYZ11.26.80.84-
YUV64.0294.13180.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 76.67%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=76.67%
G=21.11%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13838400.720.970.4615.2294.3727.84
Hex8A264048612Ef5e1c
Octal2124640110141561713634
Binary100010101001101000100100011000011011101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,4); }

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

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

 a { background-color: rgb(138,38,4); }

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

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

 span { border-color: rgb(138,38,4); }

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