#8F1913

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

Shades of Falu Red #8F1913

Tints of Falu Red #8F1913

Color information

#8F1913 (or 0x8F1913) is unknown color: approx Falu Red. HEX triplet: 8F, 19 and 13. RGB value is (143,25,19). Sum of RGB (Red+Green+Blue) = 143+25+19=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1913 is #70E6EC. Grayscale: #3B3B3B. Windows color (decimal): -7399149 or 1251727. OLE color: 1251727.

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

Color convert

RGB1432519-
CMYK00.830.870.44
HSL2.9º76.54%31.76%-
HSV(B)2.9º86.71%56.08%-
XYZ11.796.581.26-
YUV59.6105.09187.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.47%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=76.47%
G=13.37%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143251900.830.870.442.976.5431.76
Hex8F1913053572C34d20
Octal2173123012312754311540
Binary100011111100110011010100111010111101100111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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