#8F1C0B

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

Shades of Falu Red #8F1C0B

Tints of Falu Red #8F1C0B

Color information

#8F1C0B (or 0x8F1C0B) is unknown color: approx Falu Red. HEX triplet: 8F, 1C and 0B. RGB value is (143,28,11). Sum of RGB (Red+Green+Blue) = 143+28+11=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1C0B is #70E3F4. Grayscale: #3C3C3C. Windows color (decimal): -7398389 or 728207. OLE color: 728207.

HSL color Cylindrical-coordinate representation of color #8F1C0B: hue angle of 7.73º 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 #8F1C0B is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1432811-
CMYK00.800.920.44
HSL7.73º85.71%30.2%-
HSV(B)7.73º92.31%56.08%-
XYZ11.86.690.99-
YUV60.45100.1186.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 78.57%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=78.57%
G=15.38%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143281100.800.920.447.7385.7130.2
Hex8F1CB0505C2C8561e
Octal21734130120134541012636
Binary100011111110010110101000010111001011001000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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