#8F1A05

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

Shades of Falu Red #8F1A05

Tints of Falu Red #8F1A05

Color information

#8F1A05 (or 0x8F1A05) is unknown color: approx Falu Red. HEX triplet: 8F, 1A and 05. RGB value is (143,26,5). Sum of RGB (Red+Green+Blue) = 143+26+5=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1A05 is #70E5FA. Grayscale: #3A3A3A. Windows color (decimal): -7398907 or 334479. OLE color: 334479.

HSL color Cylindrical-coordinate representation of color #8F1A05: hue angle of 9.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F1A05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB143265-
CMYK00.820.970.44
HSL9.13º93.24%29.02%-
HSV(B)9.13º96.5%56.08%-
XYZ11.726.590.8-
YUV58.5997.76188.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.18%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=82.18%
G=14.94%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14326500.820.970.449.1393.2429.02
Hex8F1A5052612C95d1d
Octal2173250122141541113535
Binary10001111110101010101001011000011011001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,5); }

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

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

 a { background-color: rgb(143,26,5); }

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

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

 span { border-color: rgb(143,26,5); }

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