#8F1616

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

Shades of Falu Red #8F1616

Tints of Falu Red #8F1616

Color information

#8F1616 (or 0x8F1616) is unknown color: approx Falu Red. HEX triplet: 8F, 16 and 16. RGB value is (143,22,22). Sum of RGB (Red+Green+Blue) = 143+22+22=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1616 is #70E9E9. Grayscale: #3A3A3A. Windows color (decimal): -7399914 or 1447567. OLE color: 1447567.

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

Color convert

RGB1432222-
CMYK00.850.850.44
HSL73.33%32.35%-
HSV(B)84.62%56.08%-
XYZ11.766.471.39-
YUV58.18107.59188.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.47%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=76.47%
G=11.76%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143222200.850.850.44073.3332.35
Hex8F1616055552C04920
Octal2172626012512554011140
Binary10001111101101011001010101101010110110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,22,22); }

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

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

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

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

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

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

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