#8A1609

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

Shades of Falu Red #8A1609

Tints of Falu Red #8A1609

Color information

#8A1609 (or 0x8A1609) is unknown color: approx Falu Red. HEX triplet: 8A, 16 and 09. RGB value is (138,22,9). Sum of RGB (Red+Green+Blue) = 138+22+9=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1609 is #75E9F6. Grayscale: #373737. Windows color (decimal): -7727607 or 595594. OLE color: 595594.

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

Color convert

RGB138229-
CMYK00.840.930.46
HSL6.05º87.76%28.82%-
HSV(B)6.05º93.48%54.12%-
XYZ10.8260.85-
YUV55.2101.93187.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 81.66%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=81.66%
G=13.02%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13822900.840.930.466.0587.7628.82
Hex8A1690545D2E6581d
Octal2122611012413556613035
Binary10001010101101001010101001011101101110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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