#8f110d

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

Shades of Falu Red #8F110D

Tints of Falu Red #8F110D

Color information

#8F110D (or 0x8F110D) is unknown color: approx Falu Red. HEX triplet: 8F, 11 and 0D. RGB value is (143,17,13). Sum of RGB (Red+Green+Blue) = 143+17+13=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F110D is #70EEF2. Grayscale: #363636. Windows color (decimal): -7401203 or 856463. OLE color: 856463.

HSL color Cylindrical-coordinate representation of color #8F110D: hue angle of 1.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F110D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1431713-
CMYK00.880.910.44
HSL1.85º83.33%30.59%-
HSV(B)1.85º90.91%56.08%-
XYZ11.66.270.98-
YUV54.22104.74191.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.66%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=82.66%
G=9.83%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143171300.880.910.441.8583.3330.59
Hex8F11D0585B2C2531f
Octal2172115013013354212337
Binary1000111110001110101011000101101110110010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f110d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,13); }

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

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

 a { background-color: rgb(143,17,13); }

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

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

 span { border-color: rgb(143,17,13); }

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