#8A1509

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

Shades of Falu Red #8A1509

Tints of Falu Red #8A1509

Color information

#8A1509 (or 0x8A1509) is unknown color: approx Falu Red. HEX triplet: 8A, 15 and 09. RGB value is (138,21,9). Sum of RGB (Red+Green+Blue) = 138+21+9=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1509 is #75EAF6. Grayscale: #363636. Windows color (decimal): -7727863 or 595338. OLE color: 595338.

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

Color convert

RGB138219-
CMYK00.850.930.46
HSL5.58º87.76%28.82%-
HSV(B)5.58º93.48%54.12%-
XYZ10.85.960.84-
YUV54.62102.26187.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.14%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=82.14%
G=12.5%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13821900.850.930.465.5887.7628.82
Hex8A1590555D2E6581d
Octal2122511012513556613035
Binary10001010101011001010101011011101101110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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