#8F190F

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

Shades of Falu Red #8F190F

Tints of Falu Red #8F190F

Color information

#8F190F (or 0x8F190F) is unknown color: approx Falu Red. HEX triplet: 8F, 19 and 0F. RGB value is (143,25,15). Sum of RGB (Red+Green+Blue) = 143+25+15=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F190F is #70E6F0. Grayscale: #3B3B3B. Windows color (decimal): -7399153 or 989583. OLE color: 989583.

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

Color convert

RGB1432515-
CMYK00.830.900.44
HSL4.69º81.01%30.98%-
HSV(B)4.69º89.51%56.08%-
XYZ11.766.571.1-
YUV59.14103.09187.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 78.14%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=78.14%
G=13.66%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143251500.830.900.444.6981.0130.98
Hex8F19F0535A2C5511f
Octal2173117012313254512137
Binary10001111110011111010100111011010101100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,25,15); }

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

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

 a { background-color: rgb(143,25,15); }

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

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

 span { border-color: rgb(143,25,15); }

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