#8F1A04

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

Shades of Falu Red #8F1A04

Tints of Falu Red #8F1A04

Color information

#8F1A04 (or 0x8F1A04) is unknown color: approx Falu Red. HEX triplet: 8F, 1A and 04. RGB value is (143,26,4). Sum of RGB (Red+Green+Blue) = 143+26+4=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1A04 is #70E5FB. Grayscale: #3A3A3A. Windows color (decimal): -7398908 or 268943. OLE color: 268943.

HSL color Cylindrical-coordinate representation of color #8F1A04: hue angle of 9.5º degrees, saturation: 0.95, 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 #8F1A04 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB143264-
CMYK00.820.970.44
HSL9.5º94.56%28.82%-
HSV(B)9.5º97.2%56.08%-
XYZ11.726.590.77-
YUV58.4897.26188.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.66%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=82.66%
G=15.03%
B=2.31%

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
Decimal14326400.820.970.449.594.5628.82
Hex8F1A4052612C95f1d
Octal2173240122141541113735
Binary10001111110101000101001011000011011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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