#8F2407

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

Shades of Falu Red #8F2407

Tints of Falu Red #8F2407

Color information

#8F2407 (or 0x8F2407) is unknown color: approx Falu Red. HEX triplet: 8F, 24 and 07. RGB value is (143,36,7). Sum of RGB (Red+Green+Blue) = 143+36+7=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2407 is #70DBF8. Grayscale: #404040. Windows color (decimal): -7396345 or 468111. OLE color: 468111.

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

Color convert

RGB143367-
CMYK00.750.950.44
HSL12.79º90.67%29.41%-
HSV(B)12.79º95.1%56.08%-
XYZ127.120.94-
YUV64.6995.45183.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.88%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 7 (3.12% from 255) = 3.76%
R=76.88%
G=19.35%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14336700.750.950.4412.7990.6729.41
Hex8F24704B5F2Cd5b1d
Octal2174470113137541513335
Binary100011111001001110100101110111111011001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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