#8F1F07

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

Shades of Falu Red #8F1F07

Tints of Falu Red #8F1F07

Color information

#8F1F07 (or 0x8F1F07) is unknown color: approx Falu Red. HEX triplet: 8F, 1F and 07. RGB value is (143,31,7). Sum of RGB (Red+Green+Blue) = 143+31+7=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1F07 is #70E0F8. Grayscale: #3D3D3D. Windows color (decimal): -7397625 or 466831. OLE color: 466831.

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

Color convert

RGB143317-
CMYK00.780.950.44
HSL10.59º90.67%29.41%-
HSV(B)10.59º95.1%56.08%-
XYZ11.866.830.9-
YUV61.7597.11185.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.01%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=79.01%
G=17.13%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14331700.780.950.4410.5990.6729.41
Hex8F1F704E5F2Cb5b1d
Octal2173770116137541313335
Binary10001111111111110100111010111111011001011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,7); }

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

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

 a { background-color: rgb(143,31,7); }

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

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

 span { border-color: rgb(143,31,7); }

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