#8F190B

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

Shades of Falu Red #8F190B

Tints of Falu Red #8F190B

Color information

#8F190B (or 0x8F190B) is unknown color: approx Falu Red. HEX triplet: 8F, 19 and 0B. RGB value is (143,25,11). Sum of RGB (Red+Green+Blue) = 143+25+11=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F190B is #70E6F4. Grayscale: #3A3A3A. Windows color (decimal): -7399157 or 727439. OLE color: 727439.

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

Color convert

RGB1432511-
CMYK00.830.920.44
HSL6.36º85.71%30.2%-
HSV(B)6.36º92.31%56.08%-
XYZ11.746.560.96-
YUV58.69101.09188.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.89%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=79.89%
G=13.97%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143251100.830.920.446.3685.7130.2
Hex8F19B0535C2C6561e
Octal2173113012313454612636
Binary10001111110011011010100111011100101100110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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